1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 12:55:26 +01:00
psalm/tests
2022-02-13 10:52:22 +01:00
..
CommandFunctions Apply literal number separator rector 2022-01-05 01:00:05 +02:00
Config Merge remote-tracking branch 'upstream/4.x' into upstream-master7 2022-02-12 09:59:55 +01:00
EndToEnd Fix extension capitalization issue, add extensions to version message. 2022-02-03 11:34:50 -06:00
FileManipulation Merge branch '4.x' into upstream-master 2022-02-11 03:51:48 +02:00
FileUpdates Merge remote-tracking branch 'upstream/4.x' into upstream-master4 2022-01-22 17:48:42 +01:00
fixtures Merge remote-tracking branch 'upstream/4.x' into upstream-master7 2022-02-12 09:59:55 +01:00
Internal Fix @covers annotation. 2022-01-11 10:03:00 -06:00
LanguageServer Set number of lines before and after namespace. 2021-12-15 04:58:32 +01:00
Loop Remove more unused code from LoopAnalyzer 2022-02-09 16:37:15 -05:00
Progress Set number of lines before and after namespace. 2021-12-15 04:58:32 +01:00
ReturnTypeProvider Fixed ExceptionCodeTest provider to emit array keys 2022-01-31 00:26:23 +02:00
Template Merge pull request #7396 from Patrick-Remy/feat/key-of-value-of-improvements 2022-01-31 21:39:01 +01:00
Traits refactor description of types in Atomic 2022-01-22 19:34:57 +01:00
Type Format declare(strict_types=1) 2021-12-15 04:42:37 +01:00
TypeReconciliation Fix #6683 by improving simplification of CNF (#7631) 2022-02-10 19:37:42 -05:00
AlgebraTest.php Use objects, not strings, for assertions (#7410) 2022-01-20 17:33:06 -05:00
AnnotationTest.php Add support for references and improve UnusedVariable checks (fixes #7254). 2022-01-26 12:55:47 -06:00
ArgTest.php fix errors after merge 2022-01-14 21:13:34 +01:00
ArrayAccessTest.php Ensure all template parameters are specified in classes, interfaces, traits 2022-01-31 10:06:31 +01:00
ArrayAssignmentTest.php Ensure all template parameters are specified in classes, interfaces, traits 2022-01-31 10:06:31 +01:00
ArrayFunctionCallTest.php Merge remote-tracking branch 'upstream/4.x' into upstream-master6 2022-01-26 21:06:25 +01:00
ArrayKeysTest.php feat: allow unions for key-of/value-of 2022-01-27 22:28:24 +01:00
AssertAnnotationTest.php Improve reference support for assertions, array offsets, and properties. 2022-01-26 12:55:47 -06:00
AssignmentTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
AttributeTest.php Ensure all template parameters are specified in classes, interfaces, traits 2022-01-31 10:06:31 +01:00
BadFormatTest.php Set number of lines before and after namespace. 2021-12-15 04:58:32 +01:00
BinaryOperationTest.php Merge pull request #7511 from orklah/literal-inequality 2022-01-28 22:27:09 +01:00
CallableTest.php refactor description of types in Atomic 2022-01-22 19:34:57 +01:00
ClassLikeDocblockParserTest.php remove unused imports 2022-01-21 00:17:06 +01:00
ClassLikeStringTest.php Use objects, not strings, for assertions (#7410) 2022-01-20 17:33:06 -05:00
ClassLoadOrderTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
ClassScopeTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
ClassTest.php Fix tests 2022-01-31 10:28:47 +01:00
CloneTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
ClosureTest.php Merge branch '4.x' into upstream-master 2022-02-11 03:51:48 +02:00
CodebaseTest.php [FEATURE] Allow to intercept adding issue in IssueBuffer 2022-01-30 17:46:08 +01: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 Merge branch '4.x' into upstream-master 2022-02-11 03:51:48 +02:00
ConstValuesTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
CoreStubsTest.php fix merge induced errors 2022-01-22 18:05:32 +01:00
DeprecatedAnnotationTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
DocblockInheritanceTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
DocCommentTest.php Set number of lines before and after namespace. 2021-12-15 04:58:32 +01:00
DocumentationTest.php Merge branch '4.x' into upstream-master 2022-02-11 03:51:48 +02:00
EnumTest.php add test 2022-02-13 10:52:22 +01:00
ErrorBaselineTest.php Set number of lines before and after namespace. 2021-12-15 04:58:32 +01:00
ExtendsFinalClassTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
ExtensionRequirementTest.php Ensure that all entries in test arrays have explicit keys (#7386) 2022-01-13 13:49:37 -05:00
FileDiffTest.php Applied ClosureToArrowFunctionRector 2022-01-06 00:48:04 +02:00
FileReferenceTest.php Set number of lines before and after namespace. 2021-12-15 04:58:32 +01:00
ForbiddenCodeTest.php remove forbidEcho 2022-01-18 18:25:18 +01:00
FunctionCallTest.php Ensure all template parameters are specified in classes, interfaces, traits 2022-01-31 10:06:31 +01:00
FunctionLikeDocblockParserTest.php Set number of lines before and after namespace. 2021-12-15 04:58:32 +01:00
GeneratorTest.php fix some iterator stubs (#6970) 2022-01-30 01:18:05 +01:00
IfThisIsTest.php fix merge induced errors 2022-01-18 23:07:35 +01:00
ImmutableAnnotationTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -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 Merge remote-tracking branch 'upstream/4.x' into upstream-master4 2022-01-22 17:48:42 +01:00
InterfaceTest.php Fix tests 2022-01-31 10:28:47 +01:00
InternalAnnotationTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
IntRangeTest.php Don’t subtract int from array-key if not equality 2022-02-08 11:24:05 -05:00
IssueBufferTest.php Strip colours from success message 2022-02-09 15:35:40 +02:00
IssueSuppressionTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
JsonOutputTest.php Make error message for truthy/falsy more accurate 2022-02-10 18:46:22 -05:00
junit.xsd
KeyOfArrayTest.php feat: allow unions for key-of/value-of 2022-01-27 22:28:24 +01:00
ListTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
MagicMethodAnnotationTest.php Merge branch '4.x' into upstream-master 2022-02-11 03:51:48 +02:00
MagicPropertyTest.php Merge remote-tracking branch 'upstream/4.x' into upstream-master 2022-01-14 21:01:25 +01:00
MatchTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
MethodCallTest.php Enable extensions based on composer.json instead of those loaded at runtime (fixes #5482). 2022-01-27 16:30:14 -06:00
MethodMutationTest.php Set number of lines before and after namespace. 2021-12-15 04:58:32 +01:00
MethodSignatureTest.php skip a test because we removed the feature for now 2022-02-11 21:53:29 +01:00
MixinAnnotationTest.php Merge branch '4.x' into upstream-master 2022-02-11 03:51:48 +02:00
NamespaceTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
NativeIntersectionsTest.php fix: Tests / minor bug 2022-01-22 00:00:45 +00:00
NativeUnionsTest.php fix: Tests / minor bug 2022-01-22 00:00:45 +00:00
Php40Test.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
Php55Test.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
Php56Test.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
Php70Test.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
Php71Test.php Ensure all template parameters are specified in classes, interfaces, traits 2022-01-31 10:06:31 +01:00
ProjectCheckerTest.php Fix extension capitalization issue, add extensions to version message. 2022-02-03 11:34:50 -06:00
PropertyTypeInvarianceTest.php Ensure all template parameters are specified in classes, interfaces, traits 2022-01-31 10:06:31 +01:00
PropertyTypeTest.php Remove more unused code from LoopAnalyzer 2022-02-09 16:37:15 -05:00
PsalmPluginTest.php drop compatibility aliases 2022-01-19 19:29:16 +01:00
PureAnnotationTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
PureCallableTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
ReadonlyPropertyTest.php fix merge induced errors 2022-01-18 23:07:35 +01:00
ReferenceConstraintTest.php Minor CS fix, phrasing improvement, fix test. 2022-01-26 12:55:47 -06:00
ReferenceTest.php Fix crash when assigning reference to unknown array offset. 2022-02-04 08:32:35 -06:00
ReportOutputTest.php Applied JsonThrowOnErrorRector 2022-01-05 19:32:43 +02:00
ReturnTypeTest.php refactor description of types in Atomic 2022-01-22 19:34:57 +01:00
somefile.php
StubTest.php Ensure all template parameters are specified in classes, interfaces, traits 2022-01-31 10:06:31 +01:00
SuperGlobalsTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
SwitchTypeTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
TaintTest.php Merge remote-tracking branch 'upstream/4.x' into upstream-master4 2022-01-22 17:48:42 +01:00
TestCase.php Merge remote-tracking branch 'upstream/4.x' into upstream-master4 2022-01-22 17:48:42 +01: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 Simplify issue suppression in tests 2022-01-13 14:38:17 -05: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 Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
TraceTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
TraitTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
TryCatchTest.php Remove unused use 2022-01-13 19:01:56 -05:00
TypeAnnotationTest.php Simplify issue suppression in tests 2022-01-13 14:38:17 -05:00
TypeCombinationTest.php remove TPositiveInt usage for TIntRange 2022-01-23 22:04:18 +01:00
TypeComparatorTest.php Applied ClosureToArrowFunctionRector 2022-01-06 00:48:04 +02:00
TypeParseTest.php feat: make value-of<T> capable for template types 2022-01-27 22:28:40 +01:00
UnresolvableIncludeTest.php Ensure that all entries in test arrays have explicit keys (#7386) 2022-01-13 13:49:37 -05:00
UnusedCodeTest.php Ensure all template parameters are specified in classes, interfaces, traits 2022-01-31 10:06:31 +01:00
UnusedVariableTest.php Ensure all template parameters are specified in classes, interfaces, traits 2022-01-31 10:06:31 +01:00
ValueOfArrayTest.php feat: allow unions for key-of/value-of 2022-01-27 22:28:24 +01:00
VariadicTest.php Ensure that all entries in test arrays have explicit keys (#7386) 2022-01-13 13:49:37 -05:00