1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests
2022-09-19 09:45:55 +02:00
..
CommandFunctions
Config Honour global function suppressions for UndefinedFunction 2022-02-13 00:22:55 +02:00
EndToEnd
FileManipulation chore: add another test 2022-05-22 18:38:18 +02:00
FileUpdates fix tests 2022-09-15 19:38:51 +02:00
fixtures fix tests 2022-09-15 19:38:51 +02:00
Internal ignore nullable issues for $argv/$argc 2022-09-19 09:45:55 +02:00
LanguageServer fix tests 2022-09-15 19:38:51 +02:00
Loop
Progress
ReturnTypeProvider Infer object shape when array or scalar is cast to object 2022-05-09 20:31:29 -05:00
Template fix tests 2022-09-15 19:38:51 +02:00
Traits Specify required php version for test 2022-02-22 23:41:53 +02:00
Type
TypeReconciliation fix tests for detailed $_SERVER 2022-09-15 19:39:02 +02:00
AlgebraTest.php
AnnotationTest.php
ArgTest.php Infer object shape when array or scalar is cast to object 2022-05-09 20:31:29 -05:00
ArrayAccessTest.php
ArrayAssignmentTest.php fix tests 2022-09-15 19:38:51 +02:00
ArrayFunctionCallTest.php fix tests 2022-09-15 19:38:51 +02:00
AssertAnnotationTest.php fix tests for detailed $_SERVER 2022-09-15 19:39:02 +02:00
AssignmentTest.php
AttributeTest.php Configure a correct attribute target in stubs/CoreGenericClasses.phpstub 2022-08-24 21:32:26 +02:00
BadFormatTest.php
BinaryOperationTest.php Fix non-empty encapsed string check. 2022-06-24 20:28:04 -05:00
CallableTest.php Fix analysis when __invoke() exists 2022-01-06 21:22:18 +01:00
ClassLikeDocblockParserTest.php
ClassLikeStringTest.php
ClassLoadOrderTest.php
ClassScopeTest.php
ClassTest.php
CloneTest.php
ClosureTest.php Add support for callable in array_reduce 2022-08-24 16:04:22 +02:00
CodebaseTest.php
CommentAnalyzerTest.php
ComposerLockTest.php
ConstantTest.php Fix object constant inference 2022-01-31 23:03:34 +03:00
ConstValuesTest.php
CoreStubsTest.php Make DatePeriod implement Traversable oh PHP 7, rename constructor params 2022-07-25 17:11:36 +03:00
DateTimeTest.php Add dateTimeModify return type provider 2022-09-14 00:53:12 +02:00
DeprecatedAnnotationTest.php
DocblockInheritanceTest.php
DocCommentTest.php
DocumentationTest.php Document @psalm-ignore-variable-* 2022-04-08 00:30:23 +02:00
EnumTest.php Update stub 2022-02-23 00:52:53 +02:00
ErrorBaselineTest.php
ExtendsFinalClassTest.php
ExtensionRequirementTest.php
FileDiffTest.php
FileReferenceTest.php
ForbiddenCodeTest.php
FunctionCallTest.php fix tests 2022-09-15 19:38:51 +02:00
FunctionLikeDocblockParserTest.php update test cases 2022-06-15 12:31:53 +02:00
GeneratorTest.php
IfThisIsTest.php Fix self parsing for psalm-if-this-is and psalm-self-out 2022-01-16 16:11:40 +03:00
ImmutableAnnotationTest.php
ImplementationRequirementTest.php
IncludeTest.php drop compatibility aliases 2022-01-19 19:29:16 +01:00
InterfaceTest.php
InternalAnnotationTest.php Improve @psalm-internal and prevent usage of IssueBuffer::add(). 2022-06-25 02:09:40 -05:00
IntRangeTest.php fix tests 2022-09-08 13:28:43 +02:00
IssueBufferTest.php Strip colours from success message 2022-02-09 15:35:40 +02:00
IssueSuppressionTest.php
JsonOutputTest.php fix tests 2022-09-15 19:38:51 +02:00
junit.xsd
ListTest.php allow SimpleTypeInferer to infer non empty lists 2022-02-24 20:57:29 +01:00
MagicMethodAnnotationTest.php AtomicStaticCallAnalyzer: clear tmp var from context (fix #7556) 2022-02-02 13:51:54 +01:00
MagicPropertyTest.php PHP 8.2: seal all properties by default, add configuration key for lower versions 2022-01-10 10:11:28 +01:00
MatchTest.php
MethodCallTest.php Add dateTimeModify return type provider 2022-09-14 00:53:12 +02:00
MethodMutationTest.php
MethodSignatureTest.php Revert "PHP 8.1: Report missing typehints in overridden native methods" 2022-01-31 14:37:42 +02:00
MixinAnnotationTest.php AtomicStaticCallAnalyzer: clear tmp var from context (fix #7556) 2022-02-02 13:51:54 +01:00
NamespaceTest.php
Php40Test.php
Php55Test.php
Php56Test.php
Php70Test.php
Php71Test.php
ProjectCheckerTest.php
PropertyTypeInvarianceTest.php
PropertyTypeTest.php
PsalmPluginTest.php drop compatibility aliases 2022-01-19 19:29:16 +01:00
PureAnnotationTest.php fix test 2022-01-07 19:39:24 +01:00
PureCallableTest.php
ReadonlyPropertyTest.php #7731 - recognize @psalm-allow-private-mutation in PHP 8+ constructors 2022-07-29 16:50:56 +03:00
ReferenceConstraintTest.php
ReportOutputTest.php Count Report Format 2022-07-10 17:50:50 -05:00
ReturnTypeTest.php fix tests 2022-09-15 19:38:51 +02:00
somefile.php
StubTest.php
SuperGlobalsTest.php
SwitchTypeTest.php
TaintTest.php fix tests 2022-09-15 19:38:51 +02:00
TestCase.php More attribute fixes. 2022-03-14 14:15:07 -05:00
TestConfig.php
ThisOutTest.php
ThrowsAnnotationTest.php
ThrowsInGlobalScopeTest.php
ToStringTest.php
TraceTest.php
TraitTest.php Attribute analysis improvements. 2022-02-23 22:12:32 -06:00
TryCatchTest.php
TypeAnnotationTest.php
TypeCombinationTest.php added truthy-string alias for non-falsy-string 2022-08-11 16:49:58 +02:00
TypeComparatorTest.php
TypeParseTest.php
UnresolvableIncludeTest.php
UnusedCodeTest.php drop compatibility aliases 2022-01-19 19:29:16 +01:00
UnusedVariableTest.php update tests 2022-08-03 20:12:18 +02:00
VariadicTest.php