1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-04 02:27:59 +01:00
psalm/tests
2022-03-25 17:01:05 +00: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 fix linting 2022-02-15 00:18:49 +00:00
fixtures remove usage of totallyTyped internally 2022-02-12 09:51:06 +01:00
Internal Fix @covers annotation. 2022-01-11 10:03:00 -06:00
LanguageServer basic testing, disable log filtering 2022-02-18 17:29:09 +00:00
Loop
Progress
ReturnTypeProvider PDOException extends RuntimeException and can use int code errors 2022-02-14 21:04:10 +01:00
Template Add support of template for docblock methods (fix #7320) 2022-01-13 11:04:37 +01:00
Traits Specify required php version for test 2022-02-22 23:41:53 +02:00
Type
TypeReconciliation Adjust test case format 2022-03-16 10:35:36 +01:00
AlgebraTest.php
AnnotationTest.php
ArgTest.php add test 2022-01-09 00:37:16 +01:00
ArrayAccessTest.php
ArrayAssignmentTest.php Allow null to ArrayAccess::offsetSet $offset param 2022-03-06 13:47:32 +01:00
ArrayFunctionCallTest.php test if the type of second argument is not uncertain 2022-03-07 14:10:03 +01:00
AssertAnnotationTest.php Merge pull request #7309 from orklah/emptyStringKeyedArray 2022-01-06 09:37:28 +01:00
AssignmentTest.php
AsyncTestCase.php basic testing, disable log filtering 2022-02-18 17:29:09 +00:00
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 Reinstate MethodSignatureMustProvideReturnType 2022-01-31 23:38:15 +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
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 Forbid min bound greater than max bound in int range 2022-03-11 17:26:59 +03: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 fix: pass static class name to ReturnTypeAnalyzer 2022-01-10 21:23:52 +01: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