1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests
2021-12-15 04:42:37 +01:00
..
CommandFunctions Import instead of using fqn 2021-12-03 20:11:20 +01:00
Config Conversion of Psalm\Type 2021-12-14 02:31:22 +01:00
EndToEnd Merge pull request #7060 from rarila/codingstyle-convert-fqn 2021-12-05 02:46:03 +02:00
FileManipulation Return type hints (#7065) 2021-12-05 19:51:26 +02:00
FileUpdates Return type hints (#7065) 2021-12-05 19:51:26 +02:00
fixtures Display target PHP version 2021-11-27 02:18:09 +02:00
Internal Format declare(strict_types=1) 2021-12-15 04:42:37 +01:00
LanguageServer Return type hints (#7065) 2021-12-05 19:51:26 +02:00
Loop Allow IssueBuffer::remove to remove recorded issues 2021-12-13 01:42:33 +03:00
Progress
ReturnTypeProvider in_array returns false in strict mode if types are incompatibles 2021-12-13 00:00:53 +01:00
Template try to fix generic assertions for list and array 2021-12-06 02:25:40 +03:00
Traits Import instead of using fqn constants 2021-12-03 21:25:22 +01:00
Type Format declare(strict_types=1) 2021-12-15 04:42:37 +01:00
TypeReconciliation Conversion of Psalm\Type 2021-12-14 02:31:22 +01:00
AlgebraTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
AnnotationTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
ArgTest.php Remove use of nonexistent class 2021-12-11 23:45:34 +03:00
ArrayAccessTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
ArrayAssignmentTest.php fix test 2021-12-07 19:48:37 +01:00
ArrayFunctionCallTest.php Handle some partials 2021-12-04 21:55:53 +01:00
AssertAnnotationTest.php Handle some partials 2021-12-04 21:55:53 +01:00
AssignmentTest.php Handle some partials 2021-12-04 21:55:53 +01:00
AttributeTest.php Handle some partials 2021-12-04 21:55:53 +01:00
BadFormatTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
BinaryOperationTest.php Allow operator overloading for Decimal extension (fixes #3938). 2021-12-08 10:59:37 -06:00
CallableTest.php Fix closure param type inference with named params 2021-12-12 13:17:15 +03:00
ClassLikeDocblockParserTest.php Import instead of using fqn 2021-12-03 20:11:20 +01:00
ClassLikeStringTest.php Handle some partials 2021-12-04 21:55:53 +01:00
ClassLoadOrderTest.php Handle some partials 2021-12-04 21:55:53 +01:00
ClassScopeTest.php Handle some partials 2021-12-04 21:55:53 +01:00
ClassTest.php Handle some partials 2021-12-04 21:55:53 +01:00
CloneTest.php Handle some partials 2021-12-04 21:55:53 +01:00
ClosureTest.php Add support for first-class callables 2021-12-09 10:54:49 -06:00
CodebaseTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
CommentAnalyzerTest.php Import instead of using fqn 2021-12-03 20:11:20 +01:00
ComposerLockTest.php Import instead of using fqn classes 2021-12-03 21:40:18 +01:00
ConstantTest.php Handle some partials 2021-12-04 21:55:53 +01:00
ConstValuesTest.php Handle some partials 2021-12-04 21:55:53 +01:00
CoreStubsTest.php Handle some partials 2021-12-04 21:55:53 +01:00
DeprecatedAnnotationTest.php Handle some partials 2021-12-04 21:55:53 +01:00
DocblockInheritanceTest.php Handle some partials 2021-12-04 21:55:53 +01:00
DocCommentTest.php Import instead of using fqn 2021-12-03 20:11:20 +01:00
DocumentationTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
EnumTest.php Make name property of enum cases return non-empty-strings (vimeo/psalm#6964) 2021-12-06 00:33:57 +01:00
ErrorBaselineTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
ExtendsFinalClassTest.php Handle some partials 2021-12-04 21:55:53 +01:00
ExtensionRequirementTest.php Handle some partials 2021-12-04 21:55:53 +01:00
FileDiffTest.php Import instead of using fqn 2021-12-03 20:11:20 +01:00
FileReferenceTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
ForbiddenCodeTest.php Handle some partials 2021-12-04 21:55:53 +01:00
FunctionCallTest.php Fix optional arguments in number_format (fixes #7158). 2021-12-14 09:10:05 -06:00
FunctionLikeDocblockParserTest.php Import instead of using fqn 2021-12-03 20:11:20 +01:00
GeneratorTest.php detect yield in array expression 2021-12-05 15:33:18 +03:00
IfThisIsTest.php Handle some partials 2021-12-04 21:55:53 +01:00
ImmutableAnnotationTest.php Handle some partials 2021-12-04 21:55:53 +01:00
ImplementationRequirementTest.php Handle some partials 2021-12-04 21:55:53 +01:00
IncludeTest.php Import instead of using fqn exceptions 2021-12-03 20:29:06 +01:00
InterfaceTest.php Handle some partials 2021-12-04 21:55:53 +01:00
InternalAnnotationTest.php Handle some partials 2021-12-04 21:55:53 +01:00
IntRangeTest.php fix reconciliation between positive-int and inferior/superior assertions 2021-12-08 21:38:12 +01:00
IssueBufferTest.php "No errors found!" message is now printed within a nice green block 2021-12-14 00:50:32 +06:00
IssueSuppressionTest.php Allow suppressing UnusedPsalmSuppress, remove unused suppressions. 2021-12-11 13:23:00 -06:00
JsonOutputTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
junit.xsd
ListTest.php Handle some partials 2021-12-04 21:55:53 +01:00
MagicMethodAnnotationTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
MagicPropertyTest.php Handle some partials 2021-12-04 21:55:53 +01:00
MatchTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
MethodCallTest.php Handle some partials 2021-12-04 21:55:53 +01:00
MethodMutationTest.php Import instead of using fqn 2021-12-03 20:11:20 +01:00
MethodSignatureTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
MixinAnnotationTest.php Handle some partials 2021-12-04 21:55:53 +01:00
NamespaceTest.php Handle some partials 2021-12-04 21:55:53 +01:00
Php40Test.php Handle some partials 2021-12-04 21:55:53 +01:00
Php55Test.php Handle some partials 2021-12-04 21:55:53 +01:00
Php56Test.php Handle some partials 2021-12-04 21:55:53 +01:00
Php70Test.php Handle some partials 2021-12-04 21:55:53 +01:00
Php71Test.php Handle some partials 2021-12-04 21:55:53 +01:00
ProjectCheckerTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
PropertyTypeInvarianceTest.php Handle some partials 2021-12-04 21:55:53 +01:00
PropertyTypeTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
PsalmPluginTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
PureAnnotationTest.php Don't crash when checking purity of __callStatic in a trait 2021-12-06 19:00:37 +01:00
PureCallableTest.php Handle some partials 2021-12-04 21:55:53 +01:00
ReadonlyPropertyTest.php Handle some partials 2021-12-04 21:55:53 +01:00
ReferenceConstraintTest.php Handle some partials 2021-12-04 21:55:53 +01:00
ReportOutputTest.php Conversion of misc 2021-12-14 02:52:44 +01:00
ReturnTypeTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
somefile.php create real path for Psalm to stop ignoring suppressions 2021-08-19 19:31:58 +02:00
StubTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
SuperGlobalsTest.php Handle some partials 2021-12-04 21:55:53 +01:00
SwitchTypeTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
TaintTest.php Import instead of using fqn functions 2021-12-03 21:07:25 +01:00
TestCase.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
TestConfig.php Allow suppressing UnusedPsalmSuppress, remove unused suppressions. 2021-12-11 13:23:00 -06:00
ThisOutTest.php Handle some partials 2021-12-04 21:55:53 +01:00
ThrowsAnnotationTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
ThrowsInGlobalScopeTest.php Import instead of using fqn exceptions 2021-12-03 20:29:06 +01:00
ToStringTest.php Handle some partials 2021-12-04 21:55:53 +01:00
TraceTest.php Handle some partials 2021-12-04 21:55:53 +01:00
TraitTest.php Handle some partials 2021-12-04 21:55:53 +01:00
TryCatchTest.php Handle some partials 2021-12-04 21:55:53 +01:00
TypeAnnotationTest.php Handle some partials 2021-12-04 21:55:53 +01:00
TypeCombinationTest.php Conversion of Psalm\Type 2021-12-14 02:31:22 +01:00
TypeComparatorTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
TypeParseTest.php Conversion of Psalm\Type 2021-12-14 02:31:22 +01:00
UnresolvableIncludeTest.php Add tests for UnresolvableInclude 2021-11-29 18:37:14 +01:00
UnusedCodeTest.php Detect unused properties that are written to inside arrays 2021-12-11 11:42:05 -05:00
UnusedVariableTest.php Return type hints (#7065) 2021-12-05 19:51:26 +02:00
VariadicTest.php Handle some partials 2021-12-04 21:55:53 +01:00