1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests
Matt Brown 72848477c2 Add all Possibly* issues to more lenient config
And add granularity to InvalidPropertyAssignment* issues
2018-01-10 10:56:43 -05:00
..
Provider Add all Possibly* issues to more lenient config 2018-01-10 10:56:43 -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 Fix #382 - improve reserved word checks 2018-01-10 00:07:47 -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 Speed up Psalm by caching result of Union::getId 2018-01-09 15:05:48 -05:00
AssertTest.php Skip breaking test 2017-10-26 18:20:35 -04:00
AssignmentTest.php
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 #422 - be better about checking isset call variables 2018-01-09 19:33:39 -05:00
FileManipulationTest.php Fix #434 - preserve formatting when replacing docblocks 2018-01-09 22:33:36 -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 Fix #382 - improve reserved word checks 2018-01-10 00:07:47 -05:00
IssetTest.php Fix #422 - be better about checking isset call variables 2018-01-09 19:33:39 -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 Add all Possibly* issues to more lenient config 2018-01-10 10:56:43 -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
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 all Possibly* issues to more lenient config 2018-01-10 10:56:43 -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 Move IssueBuffer finish logic into the command line 2018-01-09 11:49:10 -05:00
ReturnTypeTest.php Fix #382 - improve reserved word checks 2018-01-10 00:07:47 -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 Add all Possibly* issues to more lenient config 2018-01-10 10:56:43 -05: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 Speed up Psalm by caching result of Union::getId 2018-01-09 15:05:48 -05:00
TypeParseTest.php Fix #328 and allow single-entry object-like shorthand 2017-12-18 22:07:52 -05:00
TypeReconciliationTest.php Speed up Psalm by caching result of Union::getId 2018-01-09 15:05:48 -05:00
TypeTest.php Fix #422 - be better about checking isset call variables 2018-01-09 19:33:39 -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