1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/tests
2017-12-29 11:26:28 -05:00
..
Provider CacheProvider -> ParserCacheProvider 2017-10-15 11:57:44 -04:00
stubs Refactor scanning and analysis, introducing multithreading (#191) 2017-07-25 16:11:02 -04:00
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 Change test assertion keying 2017-06-29 10:22:49 -04:00
BadFormatTest.php Refactor scanning and analysis, introducing multithreading (#191) 2017-07-25 16:11:02 -04:00
BinaryOperationTest.php Add additional formatting changes 2017-05-26 20:05:57 -04:00
bootstrap.php Add new issues for missing required files 2017-10-29 14:39:23 -04:00
ClassLoadOrderTest.php Refactor scanning and analysis, introducing multithreading (#191) 2017-07-25 16:11:02 -04:00
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 Add additional formatting changes 2017-05-26 20:05:57 -04:00
ForeachTest.php Fix #334 by allowing interfaces as foreach args to be correctly interpreted 2017-11-24 12:57:00 -05:00
ForTest.php Add additional formatting changes 2017-05-26 20:05:57 -04:00
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 Add additional formatting changes 2017-05-26 20:05:57 -04:00
Php40Test.php Add additional formatting changes 2017-05-26 20:05:57 -04:00
Php55Test.php Change test assertion keying 2017-06-29 10:22:49 -04:00
Php56Test.php Fix #407 - improve treatment of array_merge unpacked args 2017-12-23 02:09:58 +01:00
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 Fix #409 - PropertyNotSetInConstructor can be suppressed at the property level 2017-12-27 12:27:59 +01: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 Fix #403 by complaining about return values in void functions 2017-12-28 21:49:03 +01:00
ScopeTest.php Fix #410 - make sure anything inside a catch statement is treated as Throwable (#413) 2017-12-28 01:49:36 +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 Group unused tests together 2017-07-25 17:04:58 -04:00
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
TryCatchTest.php Add InvalidCatch and InvalidThrow to prevent erroneous exceptions 2017-12-28 20:40:28 +01: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 Migrate type reconciliation code to its own class 2017-12-29 10:55:53 -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 trait method evaluation order 2017-12-29 11:26:28 -05:00
VariadicTest.php Fix #282 - detect legacy functions with variadic behaviour 2017-11-11 01:06:39 -05:00