.. |
Provider
|
Add all Possibly* issues to more lenient config
|
2018-01-10 10:56:43 -05:00 |
stubs
|
|
|
Traits
|
Create Codebase out from ProjectChecker
|
2018-01-21 13:45:33 -05:00 |
AnnotationTest.php
|
Add test for phpstorm generic property
|
2018-03-17 15:40:57 -04:00 |
ArgTest.php
|
Improve callmap with information from docs.php.net (#494)
|
2018-02-06 20:50:32 -05:00 |
ArrayAccessTest.php
|
Use strings for numeric string key offsets
|
2018-03-15 10:16:11 -04:00 |
ArrayAssignmentTest.php
|
Fix array_key_exists calls on possibly undefined objectlike
|
2018-03-17 19:03:46 -04:00 |
AssertTest.php
|
Don’t adhere to assert rules with ored truths
|
2018-02-25 11:30:45 -05:00 |
AssignmentTest.php
|
|
|
BadFormatTest.php
|
Create Config before ProjectChecker, and remove test-specific code from FileChecker
|
2018-01-21 10:22:04 -05:00 |
BinaryOperationTest.php
|
Emit InvalidOperand if both sides are not numeric
|
2018-03-08 14:30:40 -05:00 |
bootstrap.php
|
Add new issues for missing required files
|
2017-10-29 14:39:23 -04:00 |
ClassLoadOrderTest.php
|
Fix formatting of return type adder
|
2018-01-11 15:50:58 -05:00 |
ClassScopeTest.php
|
Fix formatting of return type adder
|
2018-01-11 15:50:58 -05:00 |
ClassTest.php
|
Detect fatal issues where property access is overridden
|
2018-03-04 12:24:50 -05:00 |
ClosureTest.php
|
Fix #541 - make array_map on object-like more accurate
|
2018-02-26 11:01:30 -05:00 |
ConfigTest.php
|
Fix #524 - prevent fatal error when checking stubbed function from namespace
|
2018-02-21 11:32:52 -05:00 |
ConstantTest.php
|
Fix #512 - check for undefined constant in param default
|
2018-02-15 20:27:42 -05:00 |
DocumentationTest.php
|
Add new issue conditional on config flag
|
2018-03-06 12:19:50 -05:00 |
EmptyTest.php
|
Fix issue with empty checks and array_key_exists for property keys
|
2018-03-17 19:28:01 -04:00 |
FileManipulationTest.php
|
Fix #575 - generated possibly-undefined keys when scanning objectlike return types
|
2018-03-17 16:53:11 -04:00 |
FileReferenceTest.php
|
Fix #193 - allow caching of storages
|
2018-02-19 00:27:39 -05:00 |
ForbiddenCodeTest.php
|
Don’t ignore @function calls
|
2018-03-12 23:48:10 -04:00 |
ForeachTest.php
|
Fix formatting of return type adder
|
2018-01-11 15:50:58 -05:00 |
ForTest.php
|
|
|
FunctionCallTest.php
|
Fix #577 - allow int in second param of strpos
|
2018-03-15 17:32:03 -04:00 |
IncludeTest.php
|
Add test for #587
|
2018-03-17 15:02:25 -04:00 |
InterfaceTest.php
|
Fix #522 - prevent interface instantiation
|
2018-02-17 18:53:02 -05:00 |
IssetTest.php
|
Handle variable paths in a less naive fashion
|
2018-03-08 15:57:46 -05:00 |
IssueSuppressionTest.php
|
Fix formatting of return type adder
|
2018-01-11 15:50:58 -05:00 |
JsonOutputTest.php
|
Fix #539 - evaluate global variable usage
|
2018-02-25 10:43:54 -05:00 |
ListTest.php
|
Fix formatting of return type adder
|
2018-01-11 15:50:58 -05:00 |
LoopScopeTest.php
|
Fix #561 - add all the do-defined vars before checking loop
|
2018-03-08 11:17:27 -05:00 |
MethodCallTest.php
|
Add new issue conditional on config flag
|
2018-03-06 12:19:50 -05:00 |
MethodMutationTest.php
|
Create Codebase out from ProjectChecker
|
2018-01-21 13:45:33 -05:00 |
MethodSignatureTest.php
|
Add better checks for trait-related fatal errors
|
2018-03-13 18:12:05 -04:00 |
NamespaceTest.php
|
Fix issue where namespaced function could be treated as root
|
2018-02-25 11:13:00 -05:00 |
Php40Test.php
|
|
|
Php55Test.php
|
Add class-string type for enforcing use of ::class constants
|
2018-03-05 16:06:06 -05:00 |
Php56Test.php
|
Fix #571 - fix buggy handling of packed vars
|
2018-03-13 13:50:41 -04:00 |
Php70Test.php
|
Fix #438 - assign both sides of by-ref vars to mixed
|
2018-02-11 10:39:21 -05:00 |
Php71Test.php
|
Fix #579 - improve checks for meta-type negation
|
2018-03-15 14:25:04 -04:00 |
PropertyTypeTest.php
|
Fix #562 - allow if/else blocks to initialise vars
|
2018-03-08 09:30:31 -05:00 |
RedundantConditionTest.php
|
Don’t remove clauses on mixed, just substitute for wedges
|
2018-03-15 16:40:22 -04:00 |
ReferenceConstraintTest.php
|
Fix #438 - assign both sides of by-ref vars to mixed
|
2018-02-11 10:39:21 -05:00 |
ReportOutputTest.php
|
Fix #539 - evaluate global variable usage
|
2018-02-25 10:43:54 -05:00 |
ReturnTypeTest.php
|
Fix #458 - fully support optional array keys
|
2018-03-17 18:05:50 -04:00 |
ScopeTest.php
|
Fix formatting of return type adder
|
2018-01-11 15:50:58 -05:00 |
SwitchTypeTest.php
|
Fix #213 by evaluating switch statements better
|
2018-01-24 16:15:53 -05:00 |
TemplateTest.php
|
Fix errors around static class constants in template vars
|
2018-03-06 13:59:59 -05:00 |
TestCase.php
|
Fix #193 - allow caching of storages
|
2018-02-19 00:27:39 -05:00 |
TestConfig.php
|
Fix tests and return types
|
2018-03-03 15:25:35 -05:00 |
ToStringTest.php
|
Make all plugin methods static
|
2018-02-11 20:56:34 -05:00 |
TraitTest.php
|
Prevent unnecessary warnings when checking trait-required methods
|
2018-03-14 10:51:13 -04:00 |
TryCatchTest.php
|
Exit early when there’s an issue in block-level elements
|
2018-03-03 13:20:41 -05:00 |
TypeAlgebraTest.php
|
Fix #450 - add checks for duplicate array keys
|
2018-01-18 17:16:50 -05:00 |
TypeCombinationTest.php
|
Fix #575 - generated possibly-undefined keys when scanning objectlike return types
|
2018-03-17 16:53:11 -04:00 |
TypeParseTest.php
|
Add syntax support for optional array types
|
2018-03-16 23:37:10 -04:00 |
TypeReconciliationTest.php
|
Fix #457 - fix objectlike property isset check
|
2018-02-10 23:30:40 -05:00 |
TypeTest.php
|
Add more information to TooMany/TooFewArguments issues
|
2018-02-02 11:26:55 -05:00 |
UnusedCodeTest.php
|
Also check for non-false returns on LessSpecificReturnType
|
2018-03-07 11:16:56 -05:00 |
VariadicTest.php
|
Create Config before ProjectChecker, and remove test-specific code from FileChecker
|
2018-01-21 10:22:04 -05:00 |