1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests
2018-01-09 09:22:23 -05:00
..
Provider Improve dead code detection, reducing false positives for params 2017-12-29 17:27:16 -05: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 Be more lenient with nullable docblock types, allow no return statements 2018-01-08 17:17:49 -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
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 Find and fix code issues where functionality is available 2018-01-07 17:25:23 -05: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 Fix issue with nullable types going into docblock 2018-01-07 18:06:31 -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 Fix getenv calls 2018-01-08 00:09:22 -05: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 code replacement api to allow Psalm to update arbitrary parts of the codebase 2018-01-02 09:46:50 -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 Flesh out callmap type 2018-01-05 11:50:27 -05:00
MethodMutationTest.php Suppress issue in tests 2017-11-30 19:14:52 -05:00
MethodSignatureTest.php Be more lenient with nullable docblock types, allow no return statements 2018-01-08 17:17:49 -05:00
NamespaceTest.php
Php40Test.php
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 Add more specific issues for falsable/nullable invalid return types 2018-01-04 21:36:16 -05:00
RedundantConditionTest.php Fix #428 - remove from_docblock on reconciled types 2018-01-08 10:32:58 -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 Find and fix code issues where functionality is available 2018-01-07 17:25:23 -05:00
ReturnTypeTest.php Add more specific issues for falsable/nullable invalid return types 2018-01-04 21:36:16 -05:00
ScopeTest.php Add more specific issues for falsable/nullable invalid return types 2018-01-04 21:36:16 -05:00
SwitchTypeTest.php Add documentation 2018-01-07 17:25:23 -05:00
TemplateTest.php Add more specific issues for falsable/nullable invalid return types 2018-01-04 21:36:16 -05:00
TestCase.php Reset memory limit on each test 2018-01-09 09:21:54 -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 Fix erroneous error about no parent when analysing trait call 2018-01-09 09:22:23 -05:00
TryCatchTest.php Warn when methods with typehints don’t return for all codepaths 2018-01-02 16:57:40 -05:00
TypeAlgebraTest.php Add more specific issues for falsable/nullable invalid return types 2018-01-04 21:36:16 -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 Increase test coverage 2017-12-30 10:54:01 -05:00
VariadicTest.php Fix #282 - detect legacy functions with variadic behaviour 2017-11-11 01:06:39 -05:00