1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/tests
2017-04-08 11:15:17 -04:00
..
stubs Add support for conditional stubbed functions 2017-03-19 15:41:24 -04:00
AnnotationTest.php Don’t forget where a type came from when combining 2017-03-19 14:39:05 -04:00
ArgTest.php Add PossiblyUndefinedArgument issue to cope with #126 2017-04-08 09:28:02 -04:00
ArrayAccessTest.php Don’t emit InvalidArrayAccess if ignoring null arrays 2017-02-12 17:13:03 -05:00
ArrayAssignmentTest.php Fix issue with possibly-redefined switch vars 2017-03-14 02:00:38 -04:00
AssignmentTest.php Fix invalid NullPropertyFetch warning 2017-02-12 18:06:18 -05:00
BadFormatTest.php Use a more fault-tolerant version of php-parser 2017-02-10 21:27:12 -05:00
BinaryOperationTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
bootstrap.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
ClassScopeTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
ClassTest.php Skip Throwable in PHP < 7 2017-03-30 12:12:46 -04:00
ClosureTest.php Fix #130 - check class exists before checking for __invoke 2017-04-08 11:15:17 -04:00
ConfigTest.php Only warn about issues in files that we’re trying to scan 2017-03-24 18:34:46 -04:00
ConstantTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
ForbiddenCodeTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
ForeachTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
ForTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
FunctionCallTest.php Fix #124 - don’t check array_filter closures when >2 args passed 2017-04-07 18:30:15 -04:00
IncludeTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
InterfaceTest.php Fix #125 - allow abstract classes to reference methods only defined in interfaces 2017-04-07 19:16:25 -04:00
IssetTest.php Fix #110 - failure to eliminate false from array|false on isset 2017-03-05 23:47:53 -05:00
IssueSuppressionTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
JsonOutputTest.php Emit an InvalidReturnType when it should contain null, and introduct LessSpecificReturnType 2017-03-18 12:18:17 -04:00
ListTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
LoopScopeTest.php Fix issue with unset var in loop 2017-03-15 11:38:23 -04:00
MethodCallTest.php Allow TNamedObject to be coerced to TObject 2017-02-12 00:50:37 -05:00
MethodMutationTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
MethodSignatureTest.php Fix #93 - fix MethodSignatureMismatch checks on builtin class methods 2017-02-09 17:49:13 -05:00
NamespaceTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
Php40Test.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
Php55Test.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
Php56Test.php Improve native understanding of docblock-less variadics 2017-02-07 22:02:46 -05:00
Php70Test.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
Php71Test.php Fix #90 - add genericised stubs for common array functions 2017-02-10 18:12:59 -05:00
PropertyTypeTest.php Emit issue when property type is not defined 2017-03-02 12:19:18 -05:00
ReferenceConstraintTest.php Fix #101 - restrict the values of pass-by-ref variables 2017-02-23 00:25:28 -05:00
ReturnTypeTest.php Emit an InvalidReturnType when it should contain null, and introduct LessSpecificReturnType 2017-03-18 12:18:17 -04:00
ScopeTest.php Update outer clauses in mic drop situation 2017-03-16 11:46:07 -04:00
SwitchTypeTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
TemplateTest.php Convert all templated properties to most acceptable type 2017-02-12 14:10:34 -05:00
TestConfig.php Fix #122 - allow multiple types of filtering 2017-04-03 12:36:49 -04:00
ToStringTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
TraitTest.php Fix issue using abstract methods from traits 2017-02-22 01:25:51 -05:00
TypeAlgebraTest.php Treat empty & !empty as special straddling types 2017-04-02 19:06:18 -04:00
TypeCombinationTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
TypeParseTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
TypeReconciliationTest.php Get all variables possibly assigned in conditional 2017-04-06 22:56:37 -04:00
TypeTest.php Add additional tests 2017-03-13 18:07:36 -04:00
UnusedCodeTest.php Collect explicit references to classes/methods 2017-02-26 23:09:18 -05:00
VariadicTest.php Improve native understanding of docblock-less variadics 2017-02-07 22:02:46 -05:00