1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-30 04:39:00 +01:00
psalm/tests
2021-01-29 11:47:38 +01:00
..
CommandFunctions
Config Trigger dispatch even when only legacy hooks (#4962) 2021-01-29 11:47:28 +01:00
EndToEnd Use separate exit code to indicate Psalm finding issues (#5087) 2021-01-29 11:47:35 +01:00
FileManipulation Split unit test over multiple jobs in GitHub Actions, lowering the total run time (#4985) 2021-01-29 11:47:31 +01:00
FileUpdates Remove file map cache when re-analyzing files (#5084) 2021-01-29 11:47:34 +01:00
fixtures Add option to dump taint graph (#5080) 2021-01-29 11:47:34 +01:00
Internal/Provider Remove file map cache when re-analyzing files (#5084) 2021-01-29 11:47:34 +01:00
LanguageServer Completions for array keys and type literals (#5105) 2021-01-29 11:47:37 +01:00
Loop Fix #5001 - update variables after context after type change from empty 2021-01-29 11:47:31 +01:00
Progress
Template Fix #5107 - treat function-bound templated parameters the same 2021-01-29 11:47:37 +01:00
Traits
TypeReconciliation Ensure getId() output can always be parsed as a type 2021-01-29 11:47:36 +01:00
AlgebraTest.php
AnnotationTest.php
ArgTest.php Fix #4631 - prevent reusing named params 2021-01-29 11:47:38 +01:00
ArrayAccessTest.php add ArrayAccess to SimpleXmlElement (#4934) 2021-01-29 11:47:27 +01:00
ArrayAssignmentTest.php don't throw InvalidArrayOffset when dealing with templates (#5019) 2021-01-29 11:47:32 +01:00
ArrayFunctionCallTest.php Ensure getId() output can always be parsed as a type 2021-01-29 11:47:36 +01:00
AssertAnnotationTest.php Ensure getId() output can always be parsed as a type 2021-01-29 11:47:36 +01:00
AssignmentTest.php
AttributeTest.php Allow Attribute::IS_REPEATABLE (#4971) 2021-01-29 11:47:29 +01:00
BadFormatTest.php
BinaryOperationTest.php Calculate more literal values (#5032) 2021-01-29 11:47:32 +01:00
CallableTest.php
ClassLoadOrderTest.php Detect redundant cast (#4695) 2021-01-29 11:46:25 +01:00
ClassScopeTest.php
ClassStringTest.php
ClassTest.php Resolve class aliases when accessing properties (#5068) 2021-01-29 11:47:34 +01:00
CloneTest.php
ClosureTest.php Ensure getId() output can always be parsed as a type 2021-01-29 11:47:36 +01:00
CodebaseTest.php implement DTO for plugins (#4881) 2021-01-29 11:47:27 +01:00
ComposerLockTest.php
ConstantTest.php Break out array_key_exists tests 2021-01-29 11:47:12 +01:00
DeprecatedAnnotationTest.php
DocblockInheritanceTest.php
DocCommentTest.php
DocumentationTest.php Added test to enforce that all supported annotations are documented (#4723) 2021-01-29 11:47:04 +01:00
EnumTest.php
ErrorBaselineTest.php
ExtendsFinalClassTest.php
ExtensionRequirementTest.php
FileDiffTest.php
FileReferenceTest.php
ForbiddenCodeTest.php
FunctionCallTest.php #4997 added more precise type inference for count() returning 0 or positive-int on known arrays (#4999) 2021-01-29 11:47:31 +01:00
GeneratorTest.php Check iterator types on yield from (#5042) 2021-01-29 11:47:33 +01:00
IfThisIsTest.php
ImmutableAnnotationTest.php
ImplementationRequirementTest.php
IncludeTest.php fix phpdoc (#4905) 2021-01-29 11:47:23 +01:00
InterfaceTest.php Fix #4010 – don’t create interface intersections unless there’s no overlap 2021-01-29 11:47:37 +01:00
InternalAnnotationTest.php
IssueBufferTest.php implement DTO for plugins (#4881) 2021-01-29 11:47:27 +01:00
IssueSuppressionTest.php
JsonOutputTest.php Ensure getId() output can always be parsed as a type 2021-01-29 11:47:36 +01:00
junit.xsd
ListTest.php
MagicMethodAnnotationTest.php Allow by reference parameters in method docblock (#4873) 2021-01-29 11:47:22 +01:00
MagicPropertyTest.php
MatchTest.php
MethodCallTest.php Remove ReflectionType::getName(), move ReflectionType::isBuiltin() (#5090) 2021-01-29 11:47:35 +01:00
MethodMutationTest.php
MethodSignatureTest.php Fix #5070 – fix static return type inference in static methods 2021-01-29 11:47:34 +01:00
MixinAnnotationTest.php Fix #4837 - bind correct static class when checking mixin types 2021-01-29 11:47:20 +01:00
NamespaceTest.php
Php40Test.php
Php55Test.php
Php56Test.php Ensure getId() output can always be parsed as a type 2021-01-29 11:47:36 +01:00
Php70Test.php Fix test failures 2021-01-29 11:46:26 +01:00
Php71Test.php
ProjectCheckerTest.php implement DTO for plugins (#4881) 2021-01-29 11:47:27 +01:00
PropertyTypeTest.php Fix #5097 - memoise more things during null coalesce 2021-01-29 11:47:37 +01:00
PsalmPluginTest.php
PureAnnotationTest.php Tighten up rules arouund when mutation-free methods get memoised 2021-01-29 11:47:18 +01:00
PureCallableTest.php
ReferenceConstraintTest.php
ReportOutputTest.php SARIF report: Include help links (#4924) 2021-01-29 11:47:25 +01:00
ReturnTypeTest.php Ensure getId() output can always be parsed as a type 2021-01-29 11:47:36 +01:00
SelfOutTest.php
StubTest.php Fix #4705 - clear documenting method ids when scanning stubs 2021-01-29 11:47:10 +01:00
SwitchTypeTest.php Fix #4794 - invvalidate dependent types when their variables change 2021-01-29 11:47:17 +01:00
TaintTest.php Avoid false positives for taint specialized calls even when not using a variable (#4948) 2021-01-29 11:47:28 +01:00
TestCase.php
TestConfig.php
ThrowsAnnotationTest.php
ThrowsInGlobalScopeTest.php
ToStringTest.php
TraceTest.php
TraitTest.php
TryCatchTest.php Make more try vars potentially undefined 2021-01-29 11:47:14 +01:00
TypeAnnotationTest.php
TypeCombinationTest.php Ensure getId() output can always be parsed as a type 2021-01-29 11:47:36 +01:00
TypeParseTest.php Ensure getId() output can always be parsed as a type 2021-01-29 11:47:36 +01:00
UnusedCodeTest.php Break out parent and implemented class checks 2021-01-29 11:47:26 +01:00
UnusedVariableTest.php Add missing dataflow population in array spreads (#5059) 2021-01-29 11:47:34 +01:00
VariadicTest.php