1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests
2018-05-21 12:40:39 -04:00
..
Provider
stubs Fix #699 - prevent stubs from overriding known functions 2018-04-27 15:00:22 -04:00
Traits Only run test in PHP 7.1 2018-05-20 13:20:15 -04:00
AnnotationTest.php Fix issues reconciling class-string params to actual types 2018-05-21 12:40:39 -04:00
ArgTest.php If there’s any overlap in types use PossiblyInvalidArgument 2018-05-01 14:27:05 -04:00
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 Make sure div operations return GMP too 2018-05-05 13:14:59 -04:00
bootstrap.php
CallableTest.php Only run test in PHP 7.1 2018-05-20 13:20:15 -04:00
ClassLoadOrderTest.php
ClassScopeTest.php Make Psalm compatible with PHP Parser 4 2018-04-17 13:06:02 -04:00
ClassTest.php Fix #669 - improve signatures of mysql 2018-04-13 10:51:18 -04:00
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 Fix mixed empty checks 2018-05-08 16:34:08 -04:00
EmptyTest.php Fix mixed empty checks 2018-05-08 16:34:08 -04:00
EnumTest.php Fix #761 - add support for class constants in enums 2018-05-21 00:46:56 -04:00
FileManipulationTest.php Improve checks to prevent breaking existing typehints when running psalter 2018-03-23 16:34:45 -04:00
FileReferenceTest.php
ForbiddenCodeTest.php
ForeachTest.php Fix #684 - use getIterator return type for IteratorAggregate functions 2018-04-18 23:47:21 -04:00
ForTest.php
FunctionCallTest.php Fix #743 - put InvalidArgument messages before PossiblyFalseArgument 2018-05-20 13:14:31 -04:00
IncludeTest.php Add test to find bad behaviour 2018-03-30 19:15:24 -04:00
InterfaceTest.php Make Throwable tests PHP7-only 2018-04-18 11:47:25 -04:00
IssetTest.php Use individual type objects for each string (#757) 2018-05-18 11:02:50 -04:00
IssueSuppressionTest.php Few fixes to make tests pass on windows 2018-04-12 22:41:13 -04:00
JsonOutputTest.php Fix erroneous input/output lines 2018-03-29 10:26:26 -04:00
ListTest.php Few fixes to make tests pass on windows 2018-04-12 22:41:13 -04:00
LoopScopeTest.php Support checks for array emptiness 2018-05-19 20:31:48 -04:00
MagicPropertyTest.php Fix #721 by allowing @property annotations to be inheritable 2018-05-08 22:13:26 -04:00
MethodCallTest.php Fix #734 - allow DOMDocument::appendChild to mirror its first arg 2018-05-12 00:28:21 -04:00
MethodMutationTest.php
MethodSignatureTest.php Remove line 2018-04-21 17:44:23 -04:00
NamespaceTest.php
Php40Test.php
Php55Test.php
Php56Test.php Fix #687 - interpret unpacked arguments in array_push and array_unshift 2018-04-20 17:14:38 -04:00
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 Few fixes to make tests pass on windows 2018-04-12 22:41:13 -04:00
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 Fix #694 - remove descendent vars when possibly reassigning 2018-04-24 21:02:07 -04:00
TestConfig.php
ToStringTest.php Allow resource to be cast to string 2018-04-30 00:19:35 -04:00
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 Fix #761 - add support for class constants in enums 2018-05-21 00:46:56 -04:00
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