1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-11 16:59:45 +01:00
psalm/tests
2023-07-29 15:05:18 +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
FileUpdates
fixtures Fix e2e tests 2023-07-24 09:32:46 +02:00
Internal Merge remote-tracking branch 'hub/master' into amp_v3 2023-07-28 11:23:51 +02:00
LanguageServer Merge remote-tracking branch 'hub/master' into amp_v3 2023-07-28 11:23:51 +02:00
Loop
Progress
ReturnTypeProvider no error for printf with only 1 arg 2023-07-03 22:59:02 +02:00
Template
Traits #10026 cleanup phpcs 2023-07-21 22:57:49 +02:00
Type
TypeReconciliation fix reconciliation between a list and iterable 2023-06-22 23:37:40 +02:00
AlgebraTest.php
AnnotationTest.php #10026 fixed AnnotationTest 2023-07-19 22:52:15 +02:00
ArgTest.php
ArrayAccessTest.php
ArrayAssignmentTest.php
ArrayFunctionCallTest.php
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
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
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
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 #10026 cleanup phpcs 2023-07-21 22:57:49 +02:00
DeprecatedAnnotationTest.php
DocblockInheritanceTest.php
DocCommentTest.php
DocumentationTest.php
EnumTest.php
ErrorBaselineTest.php Fix tests 2023-07-24 10:22:01 +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
InterfaceTest.php
InternalAnnotationTest.php
IntersectionTypeTest.php
IntRangeTest.php
IssueBufferTest.php
IssueSuppressionTest.php
JsonOutputTest.php
junit.xsd
KeyOfArrayTest.php
ListTest.php
MagicMethodAnnotationTest.php
MagicPropertyTest.php
MatchTest.php
MethodCallTest.php #9974 extended test with PDO::ATTR_DEFAULT_FETCH_MODE for future implementation 2023-07-27 15:59:31 +02: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
PropertyTypeTest.php
PsalmPluginTest.php
PureAnnotationTest.php
PureCallableTest.php
ReadonlyPropertyTest.php
ReferenceConstraintTest.php
ReferenceTest.php
ReflectionTest.php
ReportOutputTest.php
ReturnTypeTest.php
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 Fix combination of non-falsy-string and falsy literal 2023-07-24 09:07:46 +02:00
TypeComparatorTest.php
TypeParseTest.php
UnresolvableIncludeTest.php
UnsupportedPropertyReferenceUsage.php
UnusedCodeTest.php
UnusedVariableTest.php
ValueOfTest.php
VariadicTest.php