1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests
2017-05-12 19:15:08 -04:00
..
stubs Add support for conditional stubbed functions 2017-03-19 15:41:24 -04:00
Traits Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
AnnotationTest.php Add @psalm-ignore-nullable-return annotation 2017-05-10 12:36:11 -04:00
ArgTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
ArrayAccessTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
ArrayAssignmentTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
AssignmentTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
BadFormatTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
BinaryOperationTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
bootstrap.php Add stubbing tests and modify config initialisation 2017-01-31 19:22:05 -05:00
ClassScopeTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
ClassTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
ClosureTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
ConfigTest.php Allow Psalm to be run outside of the directory it's installed in (#154) 2017-05-04 14:25:58 -04:00
ConstantTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
ForbiddenCodeTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
ForeachTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
ForTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
FunctionCallTest.php Fix #156 - allow objectlike arrays to be merged nicely 2017-05-05 18:53:45 -04:00
IncludeTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
InterfaceTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
IssetTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
IssueSuppressionTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
JsonOutputTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
ListTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
LoopScopeTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
MethodCallTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
MethodMutationTest.php Fix issue calculating inherited parent property mutations 2017-05-12 19:15:08 -04:00
MethodSignatureTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
NamespaceTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
Php40Test.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
Php55Test.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
Php56Test.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
Php70Test.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
Php71Test.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
PropertyTypeTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
ReferenceConstraintTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
ReturnTypeTest.php Only make isset $this->property mixed if not already defined 2017-04-28 16:41:54 -04:00
ScopeTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
SwitchTypeTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
TemplateTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
TestCase.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
TestConfig.php Fix #122 - allow multiple types of filtering 2017-04-03 12:36:49 -04:00
ToStringTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
TraitTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
TypeAlgebraTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
TypeCombinationTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
TypeParseTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
TypeReconciliationTest.php Fix sscanf test with new types 2017-05-05 19:56:45 -04:00
TypeTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00
UnusedCodeTest.php Allow Psalm to be run outside of the directory it's installed in (#154) 2017-05-04 14:25:58 -04:00
VariadicTest.php Rewriting and streamlining every unit test with data providers. (#147) 2017-04-24 23:45:02 -04:00