1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/tests
2020-01-01 17:23:13 -05:00
..
Config Implement type-checking and forbidding for print (#2314) 2019-11-08 07:01:34 -05:00
EndToEnd Add slashes 2019-11-30 00:49:06 -05:00
FileManipulation Fix #2494 - don’t use extended name for anonymous classes 2019-12-31 08:46:52 -05:00
FileUpdates Fix #701 - indicate issues fixable with Psalter 2019-12-02 15:24:01 -05:00
fixtures Added SuicidalAutoloader test (#2399) 2019-11-30 00:09:07 -05:00
Internal/Provider Add a few more list types 2019-10-08 19:06:16 -04:00
LanguageServer Fix #2157 - don’t merge closures and callable params 2019-09-22 00:58:30 -04:00
Loop Fix foreach test 2019-11-29 11:29:22 -05:00
Progress
Template Fix #2537 - allow complex intersection templates to be preserved 2020-01-01 13:51:54 -05:00
Traits
TypeReconciliation Fix #2536 - grab binary op left assertions after analysis 2020-01-01 12:45:24 -05:00
AlgebraTest.php Only warn about clauses in the currently-scanned conditional 2019-12-08 16:35:56 -05:00
AnnotationTest.php Fix #2457 - allow psalm-type aliases to be used above return type 2019-12-11 10:30:40 -05:00
ArgTest.php Fix test 2019-12-29 10:29:03 -05:00
ArrayAccessTest.php array_push shouldn’t change list type 2019-12-29 10:20:44 -05:00
ArrayAssignmentTest.php Fix #2408 - existing offsets checked with isset should be valid 2019-12-18 23:48:25 +00:00
AssertAnnotationTest.php Fix #2409 - use more robust assertion parsing 2019-12-31 09:10:14 -05:00
AssignmentTest.php Use the correct types for AssignmentRef (#2078) 2019-08-27 23:19:09 -04:00
BadFormatTest.php
BinaryOperationTest.php Fix #2339 - add support for null coalescing operator 2019-11-27 00:34:23 -05:00
CallableTest.php Fix #2473 - allow array_map to work with callables returning static 2019-12-15 19:55:20 -05:00
ClassLoadOrderTest.php
ClassScopeTest.php
ClassStringTest.php Fix #2505 - don’t attempt to analyse classes that weren‘t properly scanned 2019-12-31 08:04:51 -05:00
ClassTest.php Fix #2539 - use unaliased parent class name 2020-01-01 17:23:13 -05:00
ClosureTest.php Break apart callabletest 2019-11-29 23:46:21 -05:00
CodebaseTest.php Fix #2150 - add detection for unnecessary @var annotations 2019-09-19 11:59:43 -04:00
ComposerLockTest.php
ConstantTest.php Catch circular references in constants 2019-12-10 16:16:44 -05:00
DeprecatedAnnotationTest.php Fix #2028 - warn when using deprecated class in function signature 2019-08-22 11:25:13 -04:00
DocblockInheritanceTest.php Fix #2166 - inherit twice from docblocks 2019-09-25 12:02:59 -04:00
DocumentationTest.php Fix #701 - indicate issues fixable with Psalter 2019-12-02 15:24:01 -05:00
EnumTest.php
ErrorBaselineTest.php Support comments in ErrorBaseline (#2311) 2019-11-07 13:03:18 -05:00
FileDiffTest.php Add a few more list types 2019-10-08 19:06:16 -04:00
FileReferenceTest.php
ForbiddenCodeTest.php
FunctionCallTest.php Added support for preg_grep (#2523) 2019-12-29 11:05:08 -05:00
ImmutableAnnotationTest.php Fix #2460 - allow assertions on immutable method calls 2019-12-12 09:32:33 -05:00
IncludeTest.php
InterfaceTest.php Fix #2483 - treat intersecting PHPDocs from interfaces better 2019-12-20 01:42:57 +00:00
InternalAnnotationTest.php
IssueSuppressionTest.php Track exception suppressions (#2211) 2019-10-04 14:01:58 -04:00
JsonOutputTest.php Fix #701 - indicate issues fixable with Psalter 2019-12-02 15:24:01 -05:00
ListTest.php
MagicMethodAnnotationTest.php Fix tests once more 2019-12-20 19:37:36 +00:00
MagicPropertyTest.php
MethodCallTest.php Add better return type provider for PDO statement 2019-12-30 11:34:24 -05:00
MethodMutationTest.php Normalize stringified type names (#2239) 2019-10-17 01:14:33 -04:00
MethodSignatureTest.php Support covariant return types & contravariant param types 2019-11-27 00:19:36 -05:00
NamespaceTest.php
Php40Test.php
Php55Test.php Normalize stringified type names (#2239) 2019-10-17 01:14:33 -04:00
Php56Test.php Add support for list type 2019-10-08 18:44:46 -04:00
Php70Test.php Normalize stringified type names (#2239) 2019-10-17 01:14:33 -04:00
Php71Test.php Fix #2252 - allow destructuring of ArrayAccess objects 2019-10-22 11:17:42 -04:00
ProjectCheckerTest.php Fix #2228 - load functions defined on traits included in a class 2019-10-15 12:09:08 -04:00
PropertyTypeTest.php Identify invalid static property array assignment 2019-12-27 10:34:51 -05:00
PsalmInternalAnnotationTest.php
PsalmPluginTest.php
PureAnnotationTest.php Fix #2114 - make builtin constructors mutation free 2019-09-21 21:07:27 -04:00
ReferenceConstraintTest.php
ReportOutputTest.php Add support for JUnit report type 2019-12-19 20:18:09 +00:00
ReturnTypeTest.php Fix #2349 - use function suppressed issues 2019-12-31 09:16:49 -05:00
StubTest.php Fix #701 - indicate issues fixable with Psalter 2019-12-02 15:24:01 -05:00
SwitchTypeTest.php Use better system for storing inferred types and assertions 2019-11-25 11:44:54 -05:00
TaintTest.php Improve report output of taint analysis 2019-10-19 17:59:10 -04:00
TestCase.php
TestConfig.php
ThrowsAnnotationTest.php Fix #2222 - check for @throws docblock inheritance 2019-10-10 22:44:21 -04:00
ThrowsInGlobalScopeTest.php
ToStringTest.php
TraitTest.php Fix #2521 - use correct context class when analysing trait 2019-12-28 15:56:26 -05:00
TryCatchTest.php Fix handling of do... while vars defined in try 2019-11-11 18:24:43 -05:00
TypeAnnotationTest.php
TypeCombinationTest.php Fix combining class string types with explicit ones 2019-12-01 23:03:09 -05:00
TypeParseTest.php Fix #2508 - don’t replace templated types with generic ones inside own function 2019-12-28 18:38:02 -05:00
UnusedCodeTest.php Ignore serialize/unserialize methods 2019-12-31 07:56:35 -05:00
UnusedVariableTest.php Fix #2479 - analyse undefined function arguments too 2019-12-18 16:37:48 +00:00
VariadicTest.php