.. |
Provider
|
CacheProvider -> ParserCacheProvider
|
2017-10-15 11:57:44 -04:00 |
stubs
|
|
|
Traits
|
Better switch analysis (#343)
|
2017-11-28 00:25:21 -05:00 |
AnnotationTest.php
|
Detect instances where loop invariants are invalidated
|
2017-12-17 10:58:03 -05:00 |
ArgTest.php
|
Improve RedundantCondition checks and add true type
|
2017-12-09 14:53:39 -05:00 |
ArrayAccessTest.php
|
Refactor array analysis to improve reliability and accuracy (#325)
|
2017-11-19 12:33:43 -05:00 |
ArrayAssignmentTest.php
|
Add better understanding of arrays with keyed integer offsets (#400)
|
2017-12-18 18:47:17 -05:00 |
AssertTest.php
|
Skip breaking test
|
2017-10-26 18:20:35 -04:00 |
AssignmentTest.php
|
|
|
BadFormatTest.php
|
|
|
BinaryOperationTest.php
|
|
|
bootstrap.php
|
Add new issues for missing required files
|
2017-10-29 14:39:23 -04:00 |
ClassLoadOrderTest.php
|
|
|
ClassScopeTest.php
|
Fix #271 - remove invalid complaint about private overridden method
|
2017-11-08 21:27:23 -05:00 |
ClassTest.php
|
Promote CircularReference from exception to issue
|
2017-12-22 18:56:59 +01:00 |
ClosureTest.php
|
Promote CircularReference from exception to issue
|
2017-12-22 18:56:59 +01:00 |
ConfigTest.php
|
CacheProvider -> ParserCacheProvider
|
2017-10-15 11:57:44 -04:00 |
ConstantTest.php
|
Improve analysis of constant arrays
|
2017-12-19 09:48:01 -05:00 |
EmptyTest.php
|
Fix issue with assigning empty type
|
2017-12-10 14:56:51 -05:00 |
FileManipulationTest.php
|
Add better understanding of arrays with keyed integer offsets (#400)
|
2017-12-18 18:47:17 -05:00 |
ForbiddenCodeTest.php
|
|
|
ForeachTest.php
|
Fix #334 by allowing interfaces as foreach args to be correctly interpreted
|
2017-11-24 12:57:00 -05:00 |
ForTest.php
|
|
|
FunctionCallTest.php
|
Prohibit array pass by ref
|
2017-12-22 15:21:23 +01:00 |
IncludeTest.php
|
Fix #305 by making test error message checks more accurate
|
2017-11-15 21:04:25 -05:00 |
InterfaceTest.php
|
Add return-level issues as well as function-level ones
|
2017-12-07 15:50:25 -05:00 |
IssetTest.php
|
Add better understanding of arrays with keyed integer offsets (#400)
|
2017-12-18 18:47:17 -05:00 |
IssueSuppressionTest.php
|
Fix #2 - suppress errors for single lines
|
2017-10-26 18:19:19 -04:00 |
JsonOutputTest.php
|
Add return-level issues as well as function-level ones
|
2017-12-07 15:50:25 -05:00 |
ListTest.php
|
Make sure nested lists get some sort of assignments
|
2017-12-18 23:13:18 -05:00 |
LoopScopeTest.php
|
Detect instances where loop invariants are invalidated
|
2017-12-17 10:58:03 -05:00 |
MethodCallTest.php
|
Add return-level issues as well as function-level ones
|
2017-12-07 15:50:25 -05:00 |
MethodMutationTest.php
|
Suppress issue in tests
|
2017-11-30 19:14:52 -05:00 |
MethodSignatureTest.php
|
Fix #348 - allow signature return types to be non-nullable if parent is nullable
|
2017-11-28 23:09:09 -05:00 |
NamespaceTest.php
|
|
|
Php40Test.php
|
|
|
Php55Test.php
|
|
|
Php56Test.php
|
|
|
Php70Test.php
|
Add return-level issues as well as function-level ones
|
2017-12-07 15:50:25 -05:00 |
Php71Test.php
|
Add better understanding of arrays with keyed integer offsets (#400)
|
2017-12-18 18:47:17 -05:00 |
PropertyTypeTest.php
|
Check LHS of property when RHS is variable
|
2017-12-18 22:35:03 -05:00 |
RedundantConditionTest.php
|
Invalidate clauses when assigning root vars
|
2017-12-15 17:34:21 -05:00 |
ReferenceConstraintTest.php
|
Don’t treat callmap scalar types as any sort of filtering mechanism
|
2017-12-15 16:48:06 -05:00 |
ReportOutputTest.php
|
Add UndefinedGlobalVariable issue and asssociated Possibly... one
|
2017-12-06 00:56:00 -05:00 |
ReturnTypeTest.php
|
Make array{a:string} a subtype of array<string, string>
|
2017-12-18 20:08:45 -05:00 |
ScopeTest.php
|
Remove unnecessary issue type
|
2017-12-22 16:09:56 +01:00 |
SwitchTypeTest.php
|
Create fake get_class/gettype statements where necessary
|
2017-12-13 15:56:05 -05:00 |
TemplateTest.php
|
Add return-level issues as well as function-level ones
|
2017-12-07 15:50:25 -05:00 |
TestCase.php
|
Use namespaced TestCase from PHPUnit (#395)
|
2017-12-15 06:18:33 -05:00 |
TestConfig.php
|
|
|
ToStringTest.php
|
Remove need for a __toString return type
|
2017-12-05 23:47:50 -05:00 |
TraitTest.php
|
Make sure to clear previously inferred types when rechecking trait statements
|
2017-12-17 01:06:12 -05:00 |
TypeAlgebraTest.php
|
Only complain about redundant conditions if there’s one negated clause
|
2017-12-18 00:47:36 -05:00 |
TypeCombinationTest.php
|
Make sure that combining false with false simplifies to false
|
2017-12-19 00:06:05 -05:00 |
TypeParseTest.php
|
Fix #328 and allow single-entry object-like shorthand
|
2017-12-18 22:07:52 -05:00 |
TypeReconciliationTest.php
|
Make sure that combining false with false simplifies to false
|
2017-12-19 00:06:05 -05:00 |
TypeTest.php
|
Don't convert standalone false/true to bool in combineTypes (#396)
|
2017-12-15 16:36:42 -05:00 |
UnusedCodeTest.php
|
Fix #305 by making test error message checks more accurate
|
2017-11-15 21:04:25 -05:00 |
VariadicTest.php
|
Fix #282 - detect legacy functions with variadic behaviour
|
2017-11-11 01:06:39 -05:00 |