1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/tests
2017-12-07 15:50:25 -05:00
..
Provider CacheProvider -> ParserCacheProvider 2017-10-15 11:57:44 -04:00
stubs Refactor scanning and analysis, introducing multithreading (#191) 2017-07-25 16:11:02 -04:00
Traits Better switch analysis (#343) 2017-11-28 00:25:21 -05:00
AnnotationTest.php Fix issues that improved array checks found 2017-11-19 12:14:02 -05:00
ArgTest.php Never constrain by-ref array variables 2017-10-28 15:33:29 -04:00
ArrayAccessTest.php Refactor array analysis to improve reliability and accuracy (#325) 2017-11-19 12:33:43 -05:00
ArrayAssignmentTest.php Fix #340 - give up with mixed type when accessing unknown key on objectlike 2017-11-27 12:01:23 -05:00
AssertTest.php Skip breaking test 2017-10-26 18:20:35 -04:00
AssignmentTest.php Change test assertion keying 2017-06-29 10:22:49 -04:00
BadFormatTest.php Refactor scanning and analysis, introducing multithreading (#191) 2017-07-25 16:11:02 -04:00
BinaryOperationTest.php Add additional formatting changes 2017-05-26 20:05:57 -04:00
bootstrap.php Add new issues for missing required files 2017-10-29 14:39:23 -04:00
ClassLoadOrderTest.php Refactor scanning and analysis, introducing multithreading (#191) 2017-07-25 16:11:02 -04:00
ClassScopeTest.php Fix #271 - remove invalid complaint about private overridden method 2017-11-08 21:27:23 -05:00
ClassTest.php Add return-level issues as well as function-level ones 2017-12-07 15:50:25 -05:00
ClosureTest.php Fix #316 - self resolves to proper class 2017-11-21 21:50:39 -05:00
ConfigTest.php CacheProvider -> ParserCacheProvider 2017-10-15 11:57:44 -04:00
ConstantTest.php Add proper types for magic constants 2017-12-06 00:05:01 -05:00
EmptyTest.php Fix empty checks, make them more like isset checks 2017-12-05 12:14:10 -05:00
FileManipulationTest.php CacheProvider -> ParserCacheProvider 2017-10-15 11:57:44 -04:00
ForbiddenCodeTest.php Add additional formatting changes 2017-05-26 20:05:57 -04:00
ForeachTest.php Fix #334 by allowing interfaces as foreach args to be correctly interpreted 2017-11-24 12:57:00 -05:00
ForTest.php Add additional formatting changes 2017-05-26 20:05:57 -04:00
FunctionCallTest.php Fix closure naming convention so it doesn’t confuse method id checks 2017-12-05 01:47:49 -05:00
IncludeTest.php Fix #305 by making test error message checks more accurate 2017-11-15 21:04:25 -05:00
InterfaceTest.php Add return-level issues as well as function-level ones 2017-12-07 15:50:25 -05:00
IssetTest.php Don’t complain about repeat isset calls on array keys 2017-11-28 16:52:52 -05:00
IssueSuppressionTest.php Fix #2 - suppress errors for single lines 2017-10-26 18:19:19 -04:00
JsonOutputTest.php Add return-level issues as well as function-level ones 2017-12-07 15:50:25 -05:00
ListTest.php Group unused tests together 2017-07-25 17:04:58 -04:00
LoopScopeTest.php Add return-level issues as well as function-level ones 2017-12-07 15:50:25 -05:00
MethodCallTest.php Add return-level issues as well as function-level ones 2017-12-07 15:50:25 -05:00
MethodMutationTest.php Suppress issue in tests 2017-11-30 19:14:52 -05:00
MethodSignatureTest.php Fix #348 - allow signature return types to be non-nullable if parent is nullable 2017-11-28 23:09:09 -05:00
NamespaceTest.php Add additional formatting changes 2017-05-26 20:05:57 -04:00
Php40Test.php Add additional formatting changes 2017-05-26 20:05:57 -04:00
Php55Test.php Change test assertion keying 2017-06-29 10:22:49 -04:00
Php56Test.php Refactor scanning and analysis, introducing multithreading (#191) 2017-07-25 16:11:02 -04:00
Php70Test.php Add return-level issues as well as function-level ones 2017-12-07 15:50:25 -05:00
Php71Test.php Change test assertion keying 2017-06-29 10:22:49 -04:00
PropertyTypeTest.php Add return-level issues as well as function-level ones 2017-12-07 15:50:25 -05:00
RedundantConditionTest.php Add UndefinedGlobalVariable issue and asssociated Possibly... one 2017-12-06 00:56:00 -05:00
ReferenceConstraintTest.php Improve null coalesce test and improve linting 2017-06-20 14:38:13 -04:00
ReportOutputTest.php Add UndefinedGlobalVariable issue and asssociated Possibly... one 2017-12-06 00:56:00 -05:00
ReturnTypeTest.php Add return-level issues as well as function-level ones 2017-12-07 15:50:25 -05:00
ScopeTest.php Add UndefinedGlobalVariable issue and asssociated Possibly... one 2017-12-06 00:56:00 -05:00
SwitchTypeTest.php Fix erroneous empty array creation in SwitchChecker 2017-11-28 22:33:37 -05:00
TemplateTest.php Add return-level issues as well as function-level ones 2017-12-07 15:50:25 -05:00
TestCase.php CacheProvider -> ParserCacheProvider 2017-10-15 11:57:44 -04:00
TestConfig.php Group unused tests together 2017-07-25 17:04:58 -04:00
ToStringTest.php Remove need for a __toString return type 2017-12-05 23:47:50 -05:00
TraitTest.php Ignore get_class and instanceof checks for arbitrary classes in traits 2017-10-24 00:01:43 -04:00
TypeAlgebraTest.php Add return-level issues as well as function-level ones 2017-12-07 15:50:25 -05:00
TypeCombinationTest.php Add new MixedTypeCoercion issue, fixes #320 2017-11-19 13:42:48 -05:00
TypeParseTest.php Only replace ? where appropriate 2017-11-20 00:32:40 -05:00
TypeReconciliationTest.php Fix empty checks, make them more like isset checks 2017-12-05 12:14:10 -05:00
TypeTest.php Remove from_docblock status if we make a successful method call 2017-12-03 17:21:20 -05:00
UnusedCodeTest.php Fix #305 by making test error message checks more accurate 2017-11-15 21:04:25 -05:00
VariadicTest.php Fix #282 - detect legacy functions with variadic behaviour 2017-11-11 01:06:39 -05:00