1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests
2017-02-18 17:49:34 -05:00
..
stubs Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
AnnotationTest.php Rename DeadCode to UnusedVariable, UnusedMethod and UnusedClass 2017-02-08 00:28:26 -05:00
ArgTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
ArrayAccessTest.php Don’t emit InvalidArrayAccess if ignoring null arrays 2017-02-12 17:13:03 -05:00
ArrayAssignmentTest.php Fix #99 - treat null coalesce more respectfully 2017-02-17 20:50:47 -05: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 Fix union type simplification of float|int eradicating int 2017-02-01 19:39:40 -05:00
ClosureTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
ConfigTest.php Add config creation utility 2017-02-12 23:59:43 -05: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 #97 - is_callable shouldn’t prevent evaluation of calls to existing functions 2017-02-16 20:51:53 -05:00
IncludeTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
InterfaceTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
IssetTest.php Fix #99 - treat null coalesce more respectfully 2017-02-17 20:50:47 -05:00
IssueSuppressionTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
JsonOutputTest.php Move FileChecker functionality into separate, better-contained classes 2017-02-18 13:41:27 -05:00
ListTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05: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 Fix invalid NullPropertyFetch warning 2017-02-12 18:06:18 -05:00
ReturnTypeTest.php Change some errors from InvalidReturnType to MoreSpecificReturnType 2017-02-11 18:25:44 -05:00
ScopeTest.php Fix issue with do statement breaking 2017-02-18 17:49:34 -05: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 Suppress test issue 2016-12-20 17:29:52 +00:00
ToStringTest.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
TraitTest.php Fix #96 2017-02-12 12:31:39 -05: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 Rename DeadCode to UnusedVariable, UnusedMethod and UnusedClass 2017-02-08 00:28:26 -05:00
TypeTest.php Add exception messages to TypeTest.php 2017-02-13 01:13:22 -05:00
UnusedCodeTest.php Rename DeadCode to UnusedVariable, UnusedMethod and UnusedClass 2017-02-08 00:28:26 -05:00
VariadicTest.php Improve native understanding of docblock-less variadics 2017-02-07 22:02:46 -05:00