1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-02 09:37:59 +01:00
psalm/tests
2022-12-13 20:09:27 +01:00
..
CommandFunctions Apply literal number separator rector 2022-01-05 01:00:05 +02:00
Config Squash 2022-12-13 20:09:27 +01:00
EndToEnd Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
FileManipulation Replace all references to static variables when moving class (#8780) 2022-11-27 10:44:53 -05:00
FileUpdates Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
fixtures Merge remote-tracking branch 'origin/4.x' into HEAD 2022-10-16 13:41:27 +02:00
Internal Add validation for Class::Method names in CallMap 2022-12-13 03:34:47 -06:00
LanguageServer Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
Loop Squash 2022-12-13 20:09:27 +01:00
Progress Set number of lines before and after namespace. 2021-12-15 04:58:32 +01:00
ReturnTypeProvider Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
Template Squash 2022-12-13 20:09:27 +01:00
Traits Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
Type Format declare(strict_types=1) 2021-12-15 04:42:37 +01:00
TypeReconciliation Squash 2022-12-13 20:09:27 +01:00
AlgebraTest.php Immutable assertions 2022-10-03 11:32:15 +02:00
AnnotationTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
ArgTest.php Fixes 2022-12-13 20:09:27 +01:00
ArrayAccessTest.php Fixes 2022-12-13 20:09:27 +01:00
ArrayAssignmentTest.php Fixes 2022-12-13 20:09:27 +01:00
ArrayFunctionCallTest.php Fixes 2022-12-13 20:09:27 +01:00
ArrayKeysTest.php Squash 2022-12-13 20:09:27 +01:00
AssertAnnotationTest.php Squash 2022-12-13 20:09:27 +01:00
AssignmentTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
AttributeTest.php Corrected AttributeTest expectation: ReflectionAttributes always come in a list 2022-12-07 15:44:38 +01:00
BadFormatTest.php Set number of lines before and after namespace. 2021-12-15 04:58:32 +01:00
BinaryOperationTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
ByIssueLevelAndTypeReportTest.php Fix too lax function visibility in test 2022-12-02 00:24:44 +00:00
CallableTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
CastTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
CheckTypeTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
ClassLikeDocblockParserTest.php remove unused imports 2022-01-21 00:17:06 +01:00
ClassLikeStringTest.php Fix parsing of class string of unions 2022-12-04 20:28:53 +01:00
ClassLoadOrderTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
ClassScopeTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
ClassTest.php Emit MixedMethodCall when calling new on object 2022-11-19 17:29:35 -04:00
CloneTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
ClosureTest.php Fix crash when using phantom methods as first-class callable 2022-12-02 23:28:22 -04:00
CodebaseTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
CommentAnalyzerTest.php Set number of lines before and after namespace. 2021-12-15 04:58:32 +01:00
ComposerLockTest.php Applied JsonThrowOnErrorRector 2022-01-05 19:32:43 +02:00
ConstantTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
ConstValuesTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
CoreStubsTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
DateTimeTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
DeprecatedAnnotationTest.php Emit DeprecatedInterface when an interface is referenced in a generic 2022-11-08 20:34:08 -04:00
DocblockInheritanceTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
DocCommentTest.php Set number of lines before and after namespace. 2021-12-15 04:58:32 +01:00
DocumentationTest.php InvalidEnumMethod requires PHP8.1+ 2022-12-12 03:12:55 -04:00
EnumTest.php Forbid most magic methods on enums 2022-12-12 03:03:20 -04:00
ErrorBaselineTest.php Switch from phpspec/prophecy to mockery/mockery 2022-11-24 21:20:21 -04:00
ExtendsFinalClassTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
ExtensionRequirementTest.php Ensure that all entries in test arrays have explicit keys (#7386) 2022-01-13 13:49:37 -05:00
FileDiffTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
FileReferenceTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
ForbiddenCodeTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
FunctionCallTest.php Squash 2022-12-13 20:09:27 +01:00
FunctionLikeDocblockParserTest.php Reject @psalm-consistent-constructor in function docblocks 2022-11-16 19:14:13 -04:00
GeneratorTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
IfThisIsTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
ImmutableAnnotationTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
ImplementationRequirementTest.php Ensure that all entries in test arrays have explicit keys (#7386) 2022-01-13 13:49:37 -05:00
IncludeTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
InterfaceTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
InternalAnnotationTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
IntRangeTest.php Squash 2022-12-13 20:09:27 +01:00
IssueBufferTest.php Strip colours from success message 2022-02-09 15:35:40 +02:00
IssueSuppressionTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
JsonOutputTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
junit.xsd
KeyOfArrayTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
ListTest.php Fixes 2022-12-13 20:09:27 +01:00
MagicMethodAnnotationTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
MagicPropertyTest.php Add tests 2022-11-24 19:31:53 +01:00
MatchTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
MethodCallTest.php Implement subtype checks for stringable-object 2022-11-10 19:55:36 -04:00
MethodMutationTest.php Set number of lines before and after namespace. 2021-12-15 04:58:32 +01:00
MethodSignatureTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
MixinAnnotationTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
NamespaceTest.php Variables should outlive namespaces (#8779) 2022-11-27 10:45:40 -05:00
NativeIntersectionsTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
NativeUnionsTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
Php40Test.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
Php55Test.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
Php56Test.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
Php70Test.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
Php71Test.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
ProjectCheckerTest.php Fix tests. 2022-06-22 01:53:42 -05:00
PropertiesOfTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
PropertyTypeInvarianceTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
PropertyTypeTest.php impossible constructor 2022-12-04 20:33:05 +01:00
PsalmPluginTest.php Upgrade mockery plugin 2022-11-25 03:33:10 -04:00
PureAnnotationTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
PureCallableTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
ReadonlyPropertyTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
ReferenceConstraintTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
ReferenceTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
ReportOutputTest.php Merge remote-tracking branch 'origin/4.x' into HEAD 2022-10-16 13:41:27 +02:00
ReturnTypeTest.php Squash 2022-12-13 20:09:27 +01:00
somefile.php
StubTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
SuperGlobalsTest.php Fix tests 2022-11-08 10:45:21 +01:00
SwitchTypeTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
TaintTest.php Allowed taints to pass through urlencode() 2022-12-05 17:25:36 -06:00
TestCase.php Avoid json_encode when serializing non-UTF8 literals 2022-04-27 01:42:37 -04:00
TestConfig.php Enable extensions based on composer.json instead of those loaded at runtime (fixes #5482). 2022-01-27 16:30:14 -06:00
ThisOutTest.php Fix test 2022-12-13 20:09:27 +01:00
ThrowsAnnotationTest.php Set number of lines before and after namespace. 2021-12-15 04:58:32 +01:00
ThrowsInGlobalScopeTest.php Set number of lines before and after namespace. 2021-12-15 04:58:32 +01:00
ToStringTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
TraceTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
TraitTest.php Prevent crashes on conditional traits 2022-12-03 01:21:10 -04:00
TryCatchTest.php Add support for strict arrays, fix type alias intersection, fix array_is_list assertion on non-lists (#8395) 2022-11-05 22:34:42 +01:00
TypeAnnotationTest.php Allow using imported types in other types within the same file 2022-11-15 14:46:31 +01:00
TypeCombinationTest.php Squash 2022-12-13 20:09:27 +01:00
TypeComparatorTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
TypeParseTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
UnresolvableIncludeTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
UnusedCodeTest.php Don't crash when accessing immutable static property 2022-12-03 00:51:22 -04:00
UnusedVariableTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
ValueOfTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00
VariadicTest.php Make array shapes strict by default (#8701) 2022-11-11 20:14:21 -05:00