1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests
2022-06-15 16:06:36 +02:00
..
CommandFunctions
Config Honour global function suppressions for UndefinedFunction 2022-02-13 00:22:55 +02:00
EndToEnd
FileManipulation fix wrong detection of purity 2022-01-31 20:52:25 +01:00
FileUpdates drop compatibility aliases 2022-01-19 19:29:16 +01:00
fixtures remove usage of totallyTyped internally 2022-02-12 09:51:06 +01:00
Internal fix: added more type annotations 2022-06-15 15:05:06 +02:00
LanguageServer
Loop
Progress
ReturnTypeProvider Infer object shape when array or scalar is cast to object 2022-05-09 20:31:29 -05:00
Template Fix test format after cherry-pick from master. 2022-06-07 19:16:53 -05:00
Traits Specify required php version for test 2022-02-22 23:41:53 +02:00
Type
TypeReconciliation Fix possibly empty array shape appearing non-empty (fixes #8048). 2022-06-02 14:00:52 -05: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 Coerce null to empty string in array keys 2022-06-06 17:41:42 -04:00
ArrayFunctionCallTest.php add test case for implode() 2022-05-14 23:36:51 +09:00
AssertAnnotationTest.php
AssignmentTest.php
AttributeTest.php More attribute fixes. 2022-03-14 14:15:07 -05:00
BadFormatTest.php
BinaryOperationTest.php
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 Fix first-class callable in loop 2022-02-21 18:37:20 -06: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 fix proc_open stub for php >= 8.0 2022-01-20 13:57:34 +01: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 test 2022-01-09 00:37:16 +01: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
IntRangeTest.php Fix TypeCombiner::combine to not modify TIntRange arguments. 2022-06-02 12:36:41 -05:00
IssueBufferTest.php Strip colours from success message 2022-02-09 15:35:40 +02:00
IssueSuppressionTest.php
JsonOutputTest.php
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 Fix undefined parent method call (ref #7414) 2022-01-24 09:17:29 +01: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 add test 2022-01-16 09:31:58 +01:00
ReferenceConstraintTest.php
ReportOutputTest.php
ReturnTypeTest.php Infer object shape when array or scalar is cast to object 2022-05-09 20:31:29 -05:00
somefile.php
StubTest.php
SuperGlobalsTest.php
SwitchTypeTest.php
TaintTest.php Fix false positive for unused variable in try (fixes #7613). 2022-02-13 15:14:59 -06: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
TypeComparatorTest.php
TypeParseTest.php
UnresolvableIncludeTest.php
UnusedCodeTest.php drop compatibility aliases 2022-01-19 19:29:16 +01:00
UnusedVariableTest.php Fix issue with nested try block and add more tests. 2022-02-13 15:30:06 -06:00
VariadicTest.php