1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/tests
2017-01-31 01:35:44 -05:00
..
AnnotationTest.php Use getcwd() for the project’s base, not the config file parent directory 2017-01-16 18:33:04 -05:00
ArgTest.php Use getcwd() for the project’s base, not the config file parent directory 2017-01-16 18:33:04 -05:00
ArrayAccessTest.php Use getcwd() for the project’s base, not the config file parent directory 2017-01-16 18:33:04 -05:00
ArrayAssignmentTest.php Fix #75 - allow inteeger offsets for object-like arrays 2017-01-25 00:11:24 -07:00
AssignmentTest.php Use getcwd() for the project’s base, not the config file parent directory 2017-01-16 18:33:04 -05:00
BinaryOperationTest.php Use getcwd() for the project’s base, not the config file parent directory 2017-01-16 18:33:04 -05:00
bootstrap.php Fix suppressed warnings in tests 2016-12-30 19:36:35 -05:00
ClassScopeTest.php Fix #3 by checking inside __constructor calls for initialisations 2017-01-26 23:23:12 -07:00
ClassTest.php Fix #81 - interface inheritance checks were broken 2017-01-30 18:38:23 -05:00
ClosureTest.php Use getcwd() for the project’s base, not the config file parent directory 2017-01-16 18:33:04 -05:00
ConfigTest.php Fix #62 - die quickly and explicitly if files cannot be located 2017-01-16 11:41:57 -05:00
ConstantTest.php Use getcwd() for the project’s base, not the config file parent directory 2017-01-16 18:33:04 -05:00
ForbiddenCodeTest.php Use getcwd() for the project’s base, not the config file parent directory 2017-01-16 18:33:04 -05:00
ForeachTest.php Use getcwd() for the project’s base, not the config file parent directory 2017-01-16 18:33:04 -05:00
ForTest.php Make sure we don’t lose type information while reconciling 2017-01-19 17:45:42 -05:00
FunctionCallTest.php Fix issue with array_merge, and then bugs revealed by that 2017-01-19 01:32:35 -05:00
IncludeTest.php Fix #63 by adding directory separators 2017-01-17 22:10:21 -05:00
InterfaceTest.php Fix #81 - interface inheritance checks were broken 2017-01-30 18:38:23 -05:00
IssueSuppressionTest.php Fix a few issues in tests 2017-01-13 14:14:24 -05:00
JsonOutputTest.php Do not complain about missing void return types if config set 2017-01-25 17:07:28 -07:00
ListTest.php Fix #3 by checking inside __constructor calls for initialisations 2017-01-26 23:23:12 -07:00
MethodCallTest.php Fix #37 - check parent calls for staticness 2017-01-29 22:13:53 -05:00
MethodMutationTest.php Fix #3 by checking inside __constructor calls for initialisations 2017-01-26 23:23:12 -07:00
MethodSignatureTest.php Use getcwd() for the project’s base, not the config file parent directory 2017-01-16 18:33:04 -05:00
NamespaceTest.php Fix multiple duplicate namespaces constant confusion 2017-01-17 23:55:08 -05:00
Php40Test.php Use getcwd() for the project’s base, not the config file parent directory 2017-01-16 18:33:04 -05:00
Php55Test.php Use getcwd() for the project’s base, not the config file parent directory 2017-01-16 18:33:04 -05:00
Php56Test.php Change variadic docblock param to match language syntax 2017-01-17 01:14:43 -05:00
Php70Test.php Fix #79 - check anonymous class statements 2017-01-29 13:20:12 -05:00
Php71Test.php Treat reflected interface parents correctly 2017-01-16 20:47:23 -05:00
PropertyTypeTest.php Assert smart things when offset is variable 2017-01-31 01:35:44 -05:00
ReturnTypeTest.php Fix issue where inferred return type contained subclasses 2017-01-17 12:51:09 -05:00
ScopeTest.php Use getcwd() for the project’s base, not the config file parent directory 2017-01-16 18:33:04 -05:00
SwitchTypeTest.php Use getcwd() for the project’s base, not the config file parent directory 2017-01-16 18:33:04 -05:00
TestConfig.php Suppress test issue 2016-12-20 17:29:52 +00:00
ToStringTest.php Use getcwd() for the project’s base, not the config file parent directory 2017-01-16 18:33:04 -05:00
TraitTest.php Check for not-set-in-constructor errors across traits too 2017-01-27 08:28:21 -07:00
TypeCombinationTest.php Add docblocks to tests 2017-01-13 14:07:23 -05:00
TypeParseTest.php Add docblocks to tests 2017-01-13 14:07:23 -05:00
TypeReconciliationTest.php Assert smart things when offset is variable 2017-01-31 01:35:44 -05:00
TypeTest.php Fix #3 by checking inside __constructor calls for initialisations 2017-01-26 23:23:12 -07:00