1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 17:52:45 +01:00
psalm/tests
2023-02-25 20:08:01 +13:00
..
CommandFunctions
Config Report unused baseline entries 2023-01-17 22:02:21 -05:00
EndToEnd Fix coding style issue 2023-01-29 18:52:09 +01:00
FileManipulation Preserve PossiblyUndefinedVariable when fixing UnusedVariable 2023-02-25 20:08:01 +13:00
FileUpdates
fixtures Parse class constant for PhpStorm Meta override 2023-01-24 12:24:52 +02:00
Internal Update Phar callmaps 2023-02-23 21:02:24 -06:00
LanguageServer
Loop Refine arrays in foreach loops to non-empty-array 2023-02-22 20:44:50 -04:00
Progress
ReturnTypeProvider Fix invalid test cases 2023-02-02 12:27:57 -04:00
Template
Traits Enable store_node_types for all test cases 2023-02-19 19:52:45 +13:00
Type
TypeReconciliation Correctly process use aliases in @psalm-scope-this 2023-02-24 00:53:36 -04:00
AlgebraTest.php
AnnotationTest.php Allow @var annotations on global vars 2023-02-15 01:20:03 -04:00
ArgTest.php
ArrayAccessTest.php Support sizeof alias of count 2023-02-22 23:11:10 +01:00
ArrayAssignmentTest.php
ArrayFunctionCallTest.php
ArrayKeysTest.php
AssertAnnotationTest.php Remove some logic that didn't need to be there (#9209) 2023-02-03 21:08:16 -05:00
AssignmentTest.php
AttributeTest.php
BadFormatTest.php
BinaryOperationTest.php Require trailing commas 2022-12-18 13:20:31 -06:00
ByIssueLevelAndTypeReportTest.php
CallableTest.php
CastTest.php
CheckTypeTest.php Fix crashes with invalid @psalm-check-type syntax 2023-02-09 17:49:49 -04:00
ClassLikeDocblockParserTest.php
ClassLikeStringTest.php
ClassLoadOrderTest.php
ClassScopeTest.php
ClassTest.php Flag direct constructor calls 2023-02-15 20:14:00 -04:00
CloneTest.php
ClosureTest.php Forbid first-class callables in new 2023-02-19 04:18:32 -04:00
CodebaseTest.php
CommentAnalyzerTest.php
ComposerLockTest.php
ConstantTest.php Add test 2023-02-23 04:01:29 -04:00
ConstValuesTest.php
CoreStubsTest.php
DateTimeTest.php fix (DateTime|DateTimeImmutable)::modify() return types 2023-02-20 08:47:05 +01:00
DeprecatedAnnotationTest.php
DocblockInheritanceTest.php
DocCommentTest.php Indent docblocks in DocComment test 2023-01-20 18:15:07 -04:00
DocumentationTest.php Fix test 2023-02-15 03:02:34 -04:00
EnumTest.php Compare enum cases thoroughly 2023-02-13 22:39:33 -04:00
ErrorBaselineTest.php
ExtendsFinalClassTest.php
ExtensionRequirementTest.php
ExtLibxmlStubTest.php Fix dom_import_simplexml() 2023-01-18 18:31:54 -05:00
FFITest.php FFI Stubs: Define a set of tests. 2023-02-21 23:08:58 +01:00
FileDiffTest.php
FileReferenceTest.php
ForbiddenCodeTest.php
FunctionCallTest.php Forbid non-null defaults for callable parameters 2023-02-16 01:36:06 -04:00
FunctionLikeDocblockParserTest.php
GeneratorTest.php
IfThisIsTest.php
ImmutableAnnotationTest.php
ImplementationRequirementTest.php
IncludeTest.php
InterfaceTest.php
InternalAnnotationTest.php
IntRangeTest.php Fix crash when int range boundary is overflown 2023-02-09 22:57:57 -04:00
IssueBufferTest.php
IssueSuppressionTest.php
JsonOutputTest.php
junit.xsd
KeyOfArrayTest.php
ListTest.php
MagicMethodAnnotationTest.php Allow array as magic method name 2023-02-24 02:23:09 -04:00
MagicPropertyTest.php
MatchTest.php
MethodCallTest.php fix (DateTime|DateTimeImmutable)::modify() return types 2023-02-20 08:47:05 +01:00
MethodMutationTest.php
MethodSignatureTest.php
MixinAnnotationTest.php
NamespaceTest.php
NativeIntersectionsTest.php
NativeUnionsTest.php
Php40Test.php
Php55Test.php
Php56Test.php
Php70Test.php
Php71Test.php
ProjectCheckerTest.php
PropertiesOfTest.php
PropertyTypeInvarianceTest.php
PropertyTypeTest.php
PsalmPluginTest.php
PureAnnotationTest.php
PureCallableTest.php
ReadonlyPropertyTest.php
ReferenceConstraintTest.php
ReferenceTest.php
ReflectionTest.php
ReportOutputTest.php Update expectations formatting 2023-02-14 21:59:01 -04:00
ReturnTypeTest.php
somefile.php
StubTest.php Allow to scan private constants 2023-01-24 13:31:58 +02:00
SuperGlobalsTest.php
SwitchTypeTest.php
TaintTest.php Fixed a case where the conditional taint, specialize, & flow features were not playing nicely together 2023-02-01 15:41:52 -06:00
TestCase.php
TestConfig.php
TestEnvironmentTest.php Added the test to validate test environment itself 2023-02-19 03:52:12 -04:00
ThisOutTest.php
ThrowsAnnotationTest.php Don't crash on unknown exceptions in @throws docblock 2023-02-09 02:56:01 -04:00
ThrowsInGlobalScopeTest.php
ToStringTest.php
TraceTest.php
TraitTest.php Support constants in traits 2023-01-17 16:37:44 -05:00
TryCatchTest.php
TypeAnnotationTest.php Consistently report docblock issues on all classlikes 2023-02-24 03:31:00 -04:00
TypeCombinationTest.php
TypeComparatorTest.php
TypeParseTest.php Detect duplicate keys in array shapes 2023-01-25 10:42:05 +01:00
UnresolvableIncludeTest.php
UnusedCodeTest.php Process @psalm-api tags on methods 2023-02-23 03:52:10 -04:00
UnusedVariableTest.php
ValueOfTest.php
VariadicTest.php