1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 17:52:45 +01:00
psalm/tests
2018-05-20 13:14:31 -04:00
..
Provider
stubs
Traits
AnnotationTest.php Make TClassString inherit from TLiteralString 2018-05-20 00:27:53 -04:00
ArgTest.php
ArrayAccessTest.php Fix #733 - DomNodeList implements ArrayAccess 2018-05-11 23:21:53 -04:00
ArrayAssignmentTest.php Use individual type objects for each string (#757) 2018-05-18 11:02:50 -04:00
AssertTest.php
AssignmentTest.php
BadFormatTest.php
BinaryOperationTest.php
bootstrap.php
CallableTest.php Add ability to infer return type for method calls 2018-05-20 12:47:26 -04:00
ClassLoadOrderTest.php
ClassScopeTest.php
ClassTest.php
ConfigTest.php Add support for referencedProperty error restrictions 2018-05-11 00:07:41 -04:00
ConstantTest.php Allow resolution of class constants in const arrays 2018-05-14 17:39:08 -04:00
DocumentationTest.php
EmptyTest.php
FileManipulationTest.php
FileReferenceTest.php
ForbiddenCodeTest.php
ForeachTest.php
ForTest.php
FunctionCallTest.php Fix #743 - put InvalidArgument messages before PossiblyFalseArgument 2018-05-20 13:14:31 -04:00
IncludeTest.php
InterfaceTest.php
IssetTest.php Use individual type objects for each string (#757) 2018-05-18 11:02:50 -04:00
IssueSuppressionTest.php
JsonOutputTest.php
ListTest.php
LoopScopeTest.php Support checks for array emptiness 2018-05-19 20:31:48 -04:00
MagicPropertyTest.php
MethodCallTest.php Fix #734 - allow DOMDocument::appendChild to mirror its first arg 2018-05-12 00:28:21 -04:00
MethodMutationTest.php
MethodSignatureTest.php
NamespaceTest.php
Php40Test.php
Php55Test.php
Php56Test.php
Php70Test.php
Php71Test.php Use individual type objects for each string (#757) 2018-05-18 11:02:50 -04:00
PropertyTypeTest.php Use individual type objects for each string (#757) 2018-05-18 11:02:50 -04:00
RedundantConditionTest.php Support checks for array emptiness 2018-05-19 20:31:48 -04:00
ReferenceConstraintTest.php
ReportOutputTest.php
ReturnTypeTest.php Fix #724 - ignore any return types after return/throw/break/continue 2018-05-11 11:26:32 -04:00
ScopeTest.php Use individual type objects for each string (#757) 2018-05-18 11:02:50 -04:00
SwitchTypeTest.php Use individual type objects for each string (#757) 2018-05-18 11:02:50 -04:00
TemplateTest.php Fix #741 - make sure closures are cloned properly 2018-05-18 17:47:40 -04:00
TestCase.php
TestConfig.php
ToStringTest.php
TraitTest.php Use individual type objects for each string (#757) 2018-05-18 11:02:50 -04:00
TryCatchTest.php
TypeAlgebraTest.php Filter conditions better when encountering parent instanceof 2018-05-16 11:47:39 -04:00
TypeCombinationTest.php Move TypeCombination logic into its own class 2018-05-19 19:44:03 -04:00
TypeParseTest.php
TypeReconciliationTest.php Fix #755 - add support for inferring explicit true checks 2018-05-19 00:41:07 -04:00
TypeTest.php Use individual type objects for each string (#757) 2018-05-18 11:02:50 -04:00
UnusedCodeTest.php
ValueTest.php Use individual type objects for each string (#757) 2018-05-18 11:02:50 -04:00
VariadicTest.php