1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests
2017-11-15 11:15:03 -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 Refactor docblock manipulation and add tests for it 2017-09-16 12:45:20 -04:00
AnnotationTest.php Fix #291, #292 and #297 by improving docblock parsing 2017-11-14 21:43:31 -05:00
ArgTest.php Never constrain by-ref array variables 2017-10-28 15:33:29 -04:00
ArrayAccessTest.php Fix #285 - add PossiblyInvalidArrayAccess 2017-11-11 21:22:11 -05:00
ArrayAssignmentTest.php Fix #274 - improve array addition inference for objectlike arrays 2017-11-11 14:19:57 -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 Make shallow type comparison case insensitive ref #240 2017-10-12 19:46:00 -04:00
ClosureTest.php Introduce UntypedParam warnings when functions are missing param types 2017-09-02 11:18:56 -04:00
ConfigTest.php CacheProvider -> ParserCacheProvider 2017-10-15 11:57:44 -04:00
ConstantTest.php Add additional formatting changes 2017-05-26 20:05:57 -04: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 #296 - add issue for raw object iteration 2017-11-14 22:55:48 -05:00
ForTest.php Add additional formatting changes 2017-05-26 20:05:57 -04:00
FunctionCallTest.php Fix #285 - add PossiblyInvalidArrayAccess 2017-11-11 21:22:11 -05:00
IncludeTest.php Add test for #169 2017-07-31 15:10:42 -04:00
InterfaceTest.php Refactor scanning and analysis, introducing multithreading (#191) 2017-07-25 16:11:02 -04:00
IssetTest.php Change test assertion keying 2017-06-29 10:22:49 -04:00
IssueSuppressionTest.php Fix #2 - suppress errors for single lines 2017-10-26 18:19:19 -04:00
JsonOutputTest.php CacheProvider -> ParserCacheProvider 2017-10-15 11:57:44 -04:00
ListTest.php Group unused tests together 2017-07-25 17:04:58 -04:00
LoopScopeTest.php Fix #270 by looking at root ids when analysing array assignment in loops 2017-11-08 08:23:34 -05:00
MethodCallTest.php Fix #293, be case invariant to self & static 2017-11-14 21:56:29 -05:00
MethodMutationTest.php Remove more dead code 2017-11-08 23:27:51 -05:00
MethodSignatureTest.php Fix #288 - get rid of MethodSignatureMismatch issues where PHP doesn’t worry 2017-11-13 16:31:33 -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 Fix #289, make inferred type of yield from expressions mixed 2017-11-14 22:29:15 -05:00
Php71Test.php Change test assertion keying 2017-06-29 10:22:49 -04:00
PropertyTypeTest.php Fix #301 - add PossiblyInvalidPropertyAssignment 2017-11-15 11:15:03 -05:00
ReferenceConstraintTest.php Improve null coalesce test and improve linting 2017-06-20 14:38:13 -04:00
ReportOutputTest.php Remove more dead code 2017-11-08 23:27:51 -05:00
ReturnTypeTest.php Fix #181 and #225 - resolve problems with self in comments/return statements 2017-10-07 10:22:52 -04:00
ScopeTest.php Add PossiblyFalseReference and PossiblyFalseArgument issues 2017-10-23 11:47:00 -04:00
SwitchTypeTest.php Add back support for switch-getclass ::class constants 2017-10-26 15:07:36 -04:00
TemplateTest.php Refactor scanning and analysis, introducing multithreading (#191) 2017-07-25 16:11:02 -04: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 Fix #224 - explicit string casts fail when no __toString present 2017-10-07 11:27:54 -04: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 support for get_class and get_type negation checks 2017-10-22 20:17:04 -04:00
TypeCombinationTest.php Make type combination less dependant on __toString 2017-06-29 17:40:25 -04:00
TypeParseTest.php Fix #239 - warn about bad brackets 2017-10-12 14:02:06 -04:00
TypeReconciliationTest.php Prevent falsy values from leaking into the type system 2017-10-23 22:04:07 -04:00
TypeTest.php Fix #283 - add more refined PossiblyUndefinedMethod check 2017-11-11 14:53:35 -05:00
UnusedCodeTest.php Fix #276 - fix false positive in magic call 2017-11-10 18:08:26 -05:00
VariadicTest.php Fix #282 - detect legacy functions with variadic behaviour 2017-11-11 01:06:39 -05:00