.. |
stubs
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
AnnotationTest.php
|
Rename DeadCode to UnusedVariable, UnusedMethod and UnusedClass
|
2017-02-08 00:28:26 -05:00 |
ArgTest.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
ArrayAccessTest.php
|
Don’t emit InvalidArrayAccess if ignoring null arrays
|
2017-02-12 17:13:03 -05:00 |
ArrayAssignmentTest.php
|
Fix issue with possibly-redefined switch vars
|
2017-03-14 02:00:38 -04:00 |
AssignmentTest.php
|
Fix invalid NullPropertyFetch warning
|
2017-02-12 18:06:18 -05:00 |
BadFormatTest.php
|
Use a more fault-tolerant version of php-parser
|
2017-02-10 21:27:12 -05:00 |
BinaryOperationTest.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
bootstrap.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
ClassScopeTest.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
ClassTest.php
|
Fix issue using abstract methods from traits
|
2017-02-22 01:25:51 -05:00 |
ClosureTest.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
ConfigTest.php
|
Add config creation utility
|
2017-02-12 23:59:43 -05:00 |
ConstantTest.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
ForbiddenCodeTest.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
ForeachTest.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
ForTest.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
FunctionCallTest.php
|
Prevent false positives after extract call
|
2017-02-27 10:52:43 -05:00 |
IncludeTest.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
InterfaceTest.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
IssetTest.php
|
Fix #110 - failure to eliminate false from array|false on isset
|
2017-03-05 23:47:53 -05:00 |
IssueSuppressionTest.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
JsonOutputTest.php
|
Move FileChecker functionality into separate, better-contained classes
|
2017-02-18 13:41:27 -05:00 |
ListTest.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
LoopScopeTest.php
|
Fix issue with unset var in loop
|
2017-03-15 11:38:23 -04:00 |
MethodCallTest.php
|
Allow TNamedObject to be coerced to TObject
|
2017-02-12 00:50:37 -05:00 |
MethodMutationTest.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
MethodSignatureTest.php
|
Fix #93 - fix MethodSignatureMismatch checks on builtin class methods
|
2017-02-09 17:49:13 -05:00 |
NamespaceTest.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
Php40Test.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
Php55Test.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
Php56Test.php
|
Improve native understanding of docblock-less variadics
|
2017-02-07 22:02:46 -05:00 |
Php70Test.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
Php71Test.php
|
Fix #90 - add genericised stubs for common array functions
|
2017-02-10 18:12:59 -05:00 |
PropertyTypeTest.php
|
Emit issue when property type is not defined
|
2017-03-02 12:19:18 -05:00 |
ReferenceConstraintTest.php
|
Fix #101 - restrict the values of pass-by-ref variables
|
2017-02-23 00:25:28 -05:00 |
ReturnTypeTest.php
|
Improve labelling of referencing expressions
|
2017-03-01 11:56:36 -05:00 |
ScopeTest.php
|
Move loop scope tests into separate file
|
2017-02-21 16:33:20 -05:00 |
SwitchTypeTest.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
TemplateTest.php
|
Convert all templated properties to most acceptable type
|
2017-02-12 14:10:34 -05:00 |
TestConfig.php
|
Suppress test issue
|
2016-12-20 17:29:52 +00:00 |
ToStringTest.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
TraitTest.php
|
Fix issue using abstract methods from traits
|
2017-02-22 01:25:51 -05:00 |
TypeCombinationTest.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
TypeParseTest.php
|
Add stubbing tests and modify config initialisation
|
2017-01-31 19:22:05 -05:00 |
TypeReconciliationTest.php
|
Fix issue evaluating elseif empty assertions
|
2017-03-14 15:48:52 -04:00 |
TypeTest.php
|
Add additional tests
|
2017-03-13 18:07:36 -04:00 |
UnusedCodeTest.php
|
Collect explicit references to classes/methods
|
2017-02-26 23:09:18 -05:00 |
VariadicTest.php
|
Improve native understanding of docblock-less variadics
|
2017-02-07 22:02:46 -05:00 |