.. |
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 #105 and also the issues found in its wake
|
2017-02-23 19:36:51 -05: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 #99 - treat null coalesce more respectfully
|
2017-02-17 20:50:47 -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
|
Add support for negating some while assertions
|
2017-02-21 16:52:27 -05: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
|
Fix invalid NullPropertyFetch warning
|
2017-02-12 18:06: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
|
Change some errors from InvalidReturnType to MoreSpecificReturnType
|
2017-02-11 18:25:44 -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 #102 - be more lenient about whether a type can be reconciled
|
2017-02-21 16:15:39 -05:00 |
TypeTest.php
|
Add exception messages to TypeTest.php
|
2017-02-13 01:13:22 -05: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 |