1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests
2019-01-11 09:35:32 -05:00
..
DummyProject
FileUpdates Make diff map more verbose so it can serve as a list of safe zones 2019-01-08 00:54:48 -05:00
Internal/Provider
LanguageServer Add DuplicateFunction issue 2019-01-06 16:40:44 -05:00
Loop Fix issue with do analysis while loops 2019-01-07 01:15:30 -05:00
performance Fix #1150 2019-01-02 11:18:22 -05:00
stubs Fix static calls on class_aliased classes 2018-12-21 11:39:28 -05:00
symlinktest Add file to folder so git sees it 2019-01-06 13:50:57 -05:00
Traits
AnnotationTest.php Ignore @return with a newline after @return 2019-01-09 11:51:29 -05:00
ArgTest.php
ArrayAccessTest.php Add array-key type and improve general type handling 2019-01-05 00:15:53 -05:00
ArrayAssignmentTest.php Fix #1180 - array key maths was wrong 2019-01-08 09:56:54 -05:00
AssertTest.php Improve function call resolution 2019-01-05 14:50:11 -05:00
AssignmentTest.php
BadFormatTest.php
BinaryOperationTest.php
bootstrap.php
CallableTest.php Don’t crash when suppressing UndefinedClass with bad params 2019-01-05 12:59:12 -05:00
ClassLoadOrderTest.php
ClassScopeTest.php
ClassStringTest.php Support backslash in is_a/is_subclass_of string name 2019-01-09 08:42:27 -05:00
ClassTest.php Don’t crash when suppressing UndefinedClass with bad params 2019-01-05 12:59:12 -05:00
ComposerLockTest.php
ConfigFileTest.php
ConfigTest.php Add float-checking plugin, and support for custom plugin issues 2019-01-07 08:38:56 -05:00
ConstantTest.php Fix #1165 - default inherited unresolved constants to mixed 2019-01-02 13:46:46 -05:00
DeprecatedAnnotationTest.php
DocumentationTest.php Add float-checking plugin, and support for custom plugin issues 2019-01-07 08:38:56 -05:00
EmptyTest.php Fix #1149 - allow empty check on iterable 2018-12-26 11:52:37 +01:00
EnumTest.php
ErrorBaselineTest.php Normalise baseline file slashes 2019-01-10 00:10:16 -05:00
FileDiffTest.php Make diff map more verbose so it can serve as a list of safe zones 2019-01-08 00:54:48 -05:00
FileManipulationTest.php Don’t crash when suppressing UndefinedClass with bad params 2019-01-05 12:59:12 -05:00
FileReferenceTest.php
ForbiddenCodeTest.php
FunctionCallTest.php Add DuplicateFunction issue 2019-01-06 16:40:44 -05:00
IncludeTest.php
InterfaceTest.php Inherit parameters via @inheritdoc 2018-12-21 11:01:24 -05:00
InternalAnnotationTest.php Don’t propagate internal to methods/properties of traits and interfaces 2018-12-13 09:28:30 -05:00
IssetTest.php Fix errors in doctrine/dbal 2018-12-20 01:06:43 -05:00
IssueSuppressionTest.php
JsonOutputTest.php Fix crashes when analysing aliased class instances 2018-12-21 11:32:44 -05:00
ListTest.php
MagicMethodAnnotationTest.php Add array-key type and improve general type handling 2019-01-05 00:15:53 -05:00
MagicPropertyTest.php
MethodCallTest.php Fix #1176 - always evaluate assignments in unknown function calls 2019-01-07 12:24:44 -05:00
MethodMutationTest.php
MethodSignatureTest.php Fix issue where documented self param confuses 2019-01-05 08:45:12 -05:00
NamespaceTest.php
Php40Test.php
Php55Test.php
Php56Test.php Add DuplicateFunction issue 2019-01-06 16:40:44 -05:00
Php70Test.php
Php71Test.php Add array-key type and improve general type handling 2019-01-05 00:15:53 -05:00
PluginListTest.php
PluginTest.php Add float-checking plugin, and support for custom plugin issues 2019-01-07 08:38:56 -05:00
ProjectCheckerTest.php
PropertyTypeTest.php Prevent crash in constructor checks 2019-01-09 08:35:53 -05:00
PsalmPluginTest.php
RedundantConditionTest.php Fix #1177 - prevent redundant condition leaking 2019-01-07 18:22:42 -05:00
ReferenceConstraintTest.php
ReportOutputTest.php
ReturnTypeTest.php Add no-returns et al to list of psalm-reserved words 2019-01-02 17:26:05 -05:00
ScopeTest.php
StubTest.php Fix static calls on class_aliased classes 2018-12-21 11:39:28 -05:00
SwitchTypeTest.php
TemplateTest.php Fix #1197 - add support for method templating without override 2019-01-11 09:35:32 -05:00
TestCase.php
TestConfig.php
ThrowsAnnotationTest.php Don’t crash when encountering empty @throws 2019-01-06 10:01:35 -05:00
ToStringTest.php Add array-key type and improve general type handling 2019-01-05 00:15:53 -05:00
TraitTest.php Fix #1175 - support trait method visibility changes 2019-01-07 11:53:22 -05:00
TryCatchTest.php Fix #1153 - ignore redundant conditions in finally block 2019-01-06 12:39:18 -05:00
TypeAlgebraTest.php Fix #1181 - prevent allowed memory errors with large conditionals 2019-01-08 09:19:33 -05:00
TypeAnnotationTest.php Remove failing test 2018-12-20 01:16:11 -05:00
TypeCombinationTest.php Add array-key type and improve general type handling 2019-01-05 00:15:53 -05:00
TypeParseTest.php Add changes from PHPStan, thanks @voku 2019-01-08 21:44:50 -05:00
TypeReconciliationTest.php Add changes from PHPStan, thanks @voku 2019-01-08 21:44:50 -05:00
TypeTest.php
UnusedCodeTest.php Fix #1125 - check protected method overridden ids for use 2018-12-13 17:20:29 -05:00
UnusedVariableTest.php Add array-key type and improve general type handling 2019-01-05 00:15:53 -05:00
ValueTest.php
VariadicTest.php