.. |
Provider
|
|
|
stubs
|
|
|
Traits
|
Only run test in PHP 7.1
|
2018-05-20 13:20:15 -04:00 |
AnnotationTest.php
|
Fix #792 - allow docblock array form of variadic arg
|
2018-06-08 21:18:49 -04:00 |
ArgTest.php
|
Fix issue evaluating negated assertion
|
2018-06-03 20:24:23 -04:00 |
ArrayAccessTest.php
|
Fix #733 - DomNodeList implements ArrayAccess
|
2018-05-11 23:21:53 -04:00 |
ArrayAssignmentTest.php
|
Allow constants in array offsets to be reasoned about
|
2018-05-31 16:49:01 -04:00 |
AssertTest.php
|
Fix #769 - add @psalm-assert and @psalm-assert-if-true annotation support
|
2018-05-28 20:07:42 +01:00 |
AssignmentTest.php
|
|
|
BadFormatTest.php
|
|
|
BinaryOperationTest.php
|
Fix #801 - bust assertions on assignment in || op
|
2018-06-07 15:04:22 -04:00 |
bootstrap.php
|
|
|
CallableTest.php
|
Improve handling of ? before type
|
2018-06-08 23:54:07 -04:00 |
ClassLoadOrderTest.php
|
|
|
ClassScopeTest.php
|
|
|
ClassTest.php
|
Fix #795 - don’t use colons in generated anonymous class name
|
2018-06-06 15:32:03 -04:00 |
ConfigTest.php
|
Fix #84 - add pattern matching for files as well as directories
|
2018-06-05 20:15:18 -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 #786 - improve treatment of array isset checks
|
2018-05-31 15:07:03 -04:00 |
EnumTest.php
|
Fix #761 - add support for class constants in enums
|
2018-05-21 00:46:56 -04:00 |
FileManipulationTest.php
|
|
|
FileReferenceTest.php
|
|
|
ForbiddenCodeTest.php
|
|
|
ForeachTest.php
|
|
|
ForTest.php
|
|
|
FunctionCallTest.php
|
array_column return type inference (#787)
|
2018-05-31 21:14:06 -04:00 |
IncludeTest.php
|
Fix #797 - check backup included file for defined function
|
2018-06-06 21:47:26 -04:00 |
InterfaceTest.php
|
Improve test coverage of PropertyAssignmentChecker
|
2018-06-10 10:02:46 -04:00 |
IssetTest.php
|
Fix #800 - treat array access offsets as mixed for reconciliation purposes
|
2018-06-08 09:31:21 -04:00 |
IssueSuppressionTest.php
|
|
|
JsonOutputTest.php
|
|
|
ListTest.php
|
|
|
LoopScopeTest.php
|
Improve reliability of elseif resolution
|
2018-05-30 18:56:44 -04:00 |
MagicPropertyTest.php
|
Improve test coverage of PropertyAssignmentChecker
|
2018-06-10 10:02:46 -04:00 |
MethodCallTest.php
|
Improve simplexml function inference
|
2018-06-05 23:42:02 -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
|
Improve test coverage of PropertyAssignmentChecker
|
2018-06-10 10:02:46 -04:00 |
RedundantConditionTest.php
|
Improve reliability of elseif resolution
|
2018-05-30 18:56:44 -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
|
Fix #378 - improve handling of InvalidScope
|
2018-06-09 11:50:17 -04:00 |
SwitchTypeTest.php
|
Seal the output of switch statments
|
2018-05-24 14:26:29 -04:00 |
TemplateTest.php
|
Fix #794 - use template types to restrict input
|
2018-06-09 10:14:18 -04:00 |
TestCase.php
|
Improve handling of projects that use include/require heavily
|
2018-05-22 23:39:01 -04:00 |
TestConfig.php
|
|
|
ToStringTest.php
|
Allow resource to be cast to string
|
2018-04-30 00:19:35 -04:00 |
TraitTest.php
|
Add extra test to cover full replacement
|
2018-06-08 20:07:31 -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
|
Improve handling of ? before type
|
2018-06-08 23:54:07 -04:00 |
TypeReconciliationTest.php
|
Improve coverage of Reconciler and fix issues with float type comparison
|
2018-06-10 10:48:19 -04:00 |
TypeTest.php
|
Use individual type objects for each string (#757)
|
2018-05-18 11:02:50 -04:00 |
UnusedCodeTest.php
|
Fix #416 - make sure trait methods are treated better by dead code detection
|
2018-06-09 23:10:42 -04:00 |
ValueTest.php
|
Improve coverage of Reconciler and fix issues with float type comparison
|
2018-06-10 10:48:19 -04:00 |
VariadicTest.php
|
|
|