1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 17:52:45 +01:00
psalm/tests
2023-07-24 09:32:46 +02:00
..
Cache Add test case for property type change not invalidating methods 2023-06-24 14:29:28 +02:00
Config put config to true to prevent deprecations for new config files (#9857) 2023-06-19 22:02:29 +02:00
EndToEnd Update PsalmRunnerTrait.php 2023-07-01 16:47:42 +02:00
FileManipulation fix offset for type param changes 2023-05-21 18:56:54 +02:00
FileUpdates
fixtures Fix e2e tests 2023-07-24 09:32:46 +02:00
Internal fix failing tests and shepherd 2023-07-02 08:33:43 +02:00
LanguageServer Switch to amp v3 2023-07-24 09:32:45 +02:00
Loop
Progress
ReturnTypeProvider no error for printf with only 1 arg 2023-07-03 22:59:02 +02:00
Template Better intersection of template types during inheritance check 2023-06-07 17:58:25 +03:00
Traits
Type
TypeReconciliation fix reconciliation between a list and iterable 2023-06-22 23:37:40 +02:00
AlgebraTest.php
AnnotationTest.php Added addtitional cases for 'multiLineArrayShapeWithComments' in \Psalm\Tests\AnnotationTest::providerValidCodeParse() 2023-07-16 00:53:37 +02:00
ArgTest.php Fix tests 2023-04-19 11:56:04 +02:00
ArrayAccessTest.php Switch TSingleLetter to extend TNonEmptyString instead of TString as it is more precise 2023-04-19 19:27:25 +01:00
ArrayAssignmentTest.php Fixes 2023-04-21 15:58:05 +02:00
ArrayFunctionCallTest.php Fixes 2023-04-21 15:58:05 +02:00
ArrayKeysTest.php
AssertAnnotationTest.php qa: introduce failing test 2023-06-23 20:44:33 +02:00
AssignmentTest.php
AsyncTestCase.php
AttributeTest.php
BadFormatTest.php
BinaryOperationTest.php
ByIssueLevelAndTypeReportTest.php Introduce and use IssueData constants for severity 2023-05-31 12:38:15 +02:00
CallableTest.php Test inference with omitted closure param 2023-07-11 11:34:06 +03:00
CastTest.php
CheckTypeTest.php
ClassLikeDocblockParserTest.php
ClassLikeStringTest.php
ClassLoadOrderTest.php
ClassScopeTest.php
ClassTest.php Merge pull request #9687 from robchett/limit_inheritance 2023-05-07 22:46:05 +02:00
CloneTest.php
ClosureTest.php
CodebaseTest.php
CommentAnalyzerTest.php Updated docs for comments in Array Shapes with // in the key 2023-07-15 20:15:37 +02:00
ComposerLockTest.php
ConstantTest.php Change __LINE__ to a positive-int 2023-06-17 12:24:09 +01:00
ConstValuesTest.php
CoreStubsTest.php Fix glob CallMap and stub to prevent crash on alpine (and possibly other systems) 2023-06-25 13:17:13 +02:00
DateTimeTest.php
DeprecatedAnnotationTest.php
DocblockInheritanceTest.php
DocCommentTest.php
DocumentationTest.php
EnumTest.php
ErrorBaselineTest.php Introduce and use IssueData constants for severity 2023-05-31 12:38:15 +02:00
ExpressionTest.php
ExtendsFinalClassTest.php
ExtensionRequirementTest.php
ExtLibxmlStubTest.php
FFITest.php
FileDiffTest.php Consider a property type change as a signature change 2023-06-24 15:31:15 +02:00
FileReferenceTest.php
ForbiddenCodeTest.php
FunctionCallTest.php fix failing tests and shepherd 2023-07-02 08:33:43 +02:00
FunctionLikeDocblockParserTest.php
GeneratorTest.php
IfThisIsTest.php
ImmutableAnnotationTest.php
ImplementationRequirementTest.php
IncludeTest.php Handle included directory paths without crashing 2023-04-24 11:09:48 +12:00
InterfaceTest.php
InternalAnnotationTest.php
IntersectionTypeTest.php qa: introduce failing test for type-aliased intersection string 2023-04-11 20:29:08 +02:00
IntRangeTest.php
IssueBufferTest.php Introduce and use IssueData constants for severity 2023-05-31 12:38:15 +02:00
IssueSuppressionTest.php
JsonOutputTest.php
junit.xsd
KeyOfArrayTest.php
ListTest.php
MagicMethodAnnotationTest.php Add support for @psalm-no-seal-properties and @psalm-no-seal-methods 2023-04-20 07:47:50 +01:00
MagicPropertyTest.php Add support for @psalm-no-seal-properties and @psalm-no-seal-methods 2023-04-20 07:47:50 +01:00
MatchTest.php Test match on class const fetch 2023-05-04 17:21:50 +03:00
MethodCallTest.php Intersect template 2023-06-02 14:48:20 +03: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 Support project analysis with file diffing in tests 2023-06-24 14:29:28 +02:00
PropertiesOfTest.php
PropertyTypeInvarianceTest.php readonly does not have write access, therefore is safe as long as the type is contained in the parent type 2023-06-09 12:37:41 +02:00
PropertyTypeTest.php PropertyNotSetInConstructor should not report for abstract constructors 2023-06-01 01:38:33 +02:00
PsalmPluginTest.php
PureAnnotationTest.php
PureCallableTest.php
ReadonlyPropertyTest.php
ReferenceConstraintTest.php
ReferenceTest.php UnsupportedPropertyReferenceUsage 2023-05-12 14:12:12 -05:00
ReflectionTest.php
ReportOutputTest.php Introduce and use IssueData constants for severity 2023-05-31 12:38:15 +02:00
ReturnTypeTest.php Intersect template 2023-06-02 14:48:20 +03:00
somefile.php
StubTest.php make stubbed constant types configurable with comment 2023-07-03 22:28:25 +02:00
SuperGlobalsTest.php
SwitchTypeTest.php
TaintTest.php
TestCase.php
TestConfig.php
TestEnvironmentTest.php
ThisOutTest.php
ThrowsAnnotationTest.php
ThrowsInGlobalScopeTest.php
ToStringTest.php
TraceTest.php
TraitTest.php
TryCatchTest.php
TypeAnnotationTest.php
TypeCombinationTest.php Style fixes 2023-06-12 15:29:22 +02:00
TypeComparatorTest.php Update 2023-04-19 12:37:06 +02:00
TypeParseTest.php Rewrite 2023-04-21 15:49:37 +02:00
UnresolvableIncludeTest.php
UnsupportedPropertyReferenceUsage.php GH-9825 2023-05-26 18:03:05 -04:00
UnusedCodeTest.php
UnusedVariableTest.php UnsupportedPropertyReferenceUsage 2023-05-12 14:12:12 -05:00
ValueOfTest.php feature: provide support for templated value-of enum values 2023-04-15 00:38:12 +02:00
VariadicTest.php