1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-26 20:34:47 +01:00
psalm/tests
2023-10-10 00:04:16 +01:00
..
Cache Add test case for property type change not invalidating methods 2023-06-24 14:29:28 +02:00
Config Fix falsable issues with file i/o functions 2023-10-10 00:04:16 +01:00
EndToEnd Fix falsable issues with file i/o functions 2023-10-10 00:04:16 +01:00
FileManipulation fix offset for type param changes 2023-05-21 18:56:54 +02:00
FileUpdates Fix falsable calls to getcwd in /tests 2023-10-09 23:42:59 +01:00
fixtures Fix issues with nullable preg_replace 2023-10-10 00:04:16 +01:00
Internal Fix falsable issues with json_encode 2023-10-10 00:04:16 +01:00
LanguageServer Fix falsable calls to getcwd in /tests 2023-10-09 23:42:59 +01:00
Loop
Progress
ReturnTypeProvider code style + update tests 2023-08-04 23:56:47 +02:00
Template Merge pull request #10191 from boesing/bugfix/inherited-conditional-return-types 2023-09-28 23:08:20 +02:00
Traits Fix issues with nullable preg_replace 2023-10-10 00:04:16 +01:00
Type
TypeReconciliation Fix issues with nullable preg_replace 2023-10-10 00:04:16 +01:00
AlgebraTest.php
AnnotationTest.php #10026 fixed AnnotationTest 2023-07-19 22:52:15 +02:00
ArgTest.php Fix tests 2023-04-19 11:56:04 +02:00
ArrayAccessTest.php Fix crash on array access to undefined class 2023-08-20 23:45:30 +02:00
ArrayAssignmentTest.php qa: modify tests since array keys are not mixed for ArrayObject 2023-09-10 16:06:56 +02:00
ArrayFunctionCallTest.php Fixes 2023-04-21 15:58:05 +02:00
ArrayKeysTest.php
AssertAnnotationTest.php Merge pull request #10189 from boesing/feature/inherited-assertions-v2 2023-09-28 23:07:15 +02:00
AssignmentTest.php
AsyncTestCase.php Fix falsable calls to getcwd in /tests 2023-10-09 23:42:59 +01:00
AttributeTest.php Use 8.2 in tests for 8.2 attributes 2023-03-03 04:39:04 -04:00
BadFormatTest.php
BinaryOperationTest.php Only the binary op 'plus' works with two arrays 2023-09-16 15:55:59 +01:00
ByIssueLevelAndTypeReportTest.php Introduce and use IssueData constants for severity 2023-05-31 12:38:15 +02:00
CallableTest.php Fix variadic callable type check 2023-07-30 11:43:07 +03:00
CastTest.php
CheckTypeTest.php
ClassLikeDocblockParserTest.php
ClassLikeStringTest.php Allow class-string<T> where T is a union 2023-09-18 12:13:34 +02:00
ClassLoadOrderTest.php
ClassScopeTest.php
ClassTest.php Test cases for DuplicateProperty issue for Trait 2023-10-09 01:13:25 +02:00
CloneTest.php
ClosureTest.php Introduce NonVariableReferenceReturn issue 2023-09-24 21:27:55 +02:00
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 Fix falsable calls to getcwd in /tests 2023-10-09 23:42:59 +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 #10026 cleanup phpcs 2023-07-21 22:57:49 +02:00
DeprecatedAnnotationTest.php
DocblockInheritanceTest.php
DocCommentTest.php
DocumentationTest.php Fix falsable issues with file i/o functions 2023-10-10 00:04:16 +01:00
EnumTest.php Changed name of the test 2023-08-31 19:05:48 +02:00
ErrorBaselineTest.php Fix tests 2023-07-24 10:22:01 +02:00
ExpressionTest.php Correctly handle near-overflowing keys and flag autoincrement overflows 2023-03-12 19:57:14 -04:00
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 Fix falsable calls to getcwd in /tests 2023-10-09 23:42:59 +01:00
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 Fix falsable calls to getcwd in /tests 2023-10-09 23:42:59 +01: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 Fix falsable issues with ob_get_clean in tests 2023-10-09 23:42:59 +01:00
IssueSuppressionTest.php Fix falsable calls to getcwd in /tests 2023-10-09 23:42:59 +01:00
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 Add test 2023-08-12 12:28:23 +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 Fix falsable issues with file i/o functions 2023-10-10 00:04:16 +01: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 Fix #9997 2023-08-05 17:07:08 +02:00
PsalmPluginTest.php
PureAnnotationTest.php Fix issues with nullable preg_replace 2023-10-10 00:04:16 +01:00
PureCallableTest.php
ReadonlyPropertyTest.php
ReferenceConstraintTest.php
ReferenceTest.php UnsupportedPropertyReferenceUsage 2023-05-12 14:12:12 -05:00
ReflectionTest.php
ReportOutputTest.php Fix issues with nullable preg_replace 2023-10-10 00:04:16 +01:00
ReturnTypeTest.php Introduce NonVariableReferenceReturn issue 2023-09-24 21:27:55 +02:00
somefile.php
StubTest.php Fix falsable return issues from array functions, reset/key/shift 2023-10-10 00:04:16 +01:00
SuperGlobalsTest.php
SwitchTypeTest.php
TaintTest.php Detect DoS by sleep vimeo#10178 2023-09-06 15:58:08 +02:00
TestCase.php Fix falsable calls to getcwd in /tests 2023-10-09 23:42:59 +01:00
TestConfig.php Fix falsable calls to getcwd in /tests 2023-10-09 23:42:59 +01:00
TestEnvironmentTest.php
ThisOutTest.php
ThrowsAnnotationTest.php Fix MissingThrowsDocblock when documented interface is extended by thrown exception interface 2023-03-16 12:01:16 +01:00
ThrowsInGlobalScopeTest.php
ToStringTest.php
TraceTest.php
TraitTest.php Test cases for DuplicateProperty issue for Trait 2023-10-09 01:13:25 +02:00
TryCatchTest.php
TypeAnnotationTest.php always combine the result of expansions 2023-03-23 20:51:34 +01:00
TypeCombinationTest.php Fix combination of non-falsy-string and falsy literal 2023-07-24 09:07:46 +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 Fix falsable calls to getcwd in /tests 2023-10-09 23:42:59 +01:00
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 Fix falsable calls to getcwd in /tests 2023-10-09 23:42:59 +01:00