1
0
mirror of https://github.com/danog/psalm.git synced 2024-11-27 04:45:20 +01:00
psalm/tests
2022-11-30 17:59:23 +00:00
..
CommandFunctions
Config Honour global function suppressions for UndefinedFunction 2022-02-13 00:22:55 +02:00
EndToEnd Increase composer timeout 2022-01-02 07:06:16 +02:00
FileManipulation Test to describe use statements being applied 2022-09-19 21:09:45 +02:00
FileUpdates Merge branch '4.x' into feature/upgrade-lsp 2022-11-30 17:59:23 +00:00
fixtures fix tests 2022-09-15 19:38:51 +02:00
Internal Fix assert testing callmap return types 2022-11-06 00:59:55 -05:00
LanguageServer Merge branch '4.x' into feature/upgrade-lsp 2022-11-30 17:59:23 +00:00
Loop
Progress
ReturnTypeProvider Fix MinMaxReturnTypeProvider when handling TDependentListKeys 2022-10-11 14:13:40 +01:00
Template fix tests 2022-10-17 16:25:43 +02:00
Traits Specify required php version for test 2022-02-22 23:41:53 +02:00
Type
TypeReconciliation qa: remove redundant check as !empty already ensures that key does not return null 2022-10-17 20:38:34 +02:00
AlgebraTest.php
AnnotationTest.php Merge pull request #7157 from nowaja/master 2021-12-15 18:37:26 +01:00
ArgTest.php add tests 2022-10-22 08:53:40 +02:00
ArrayAccessTest.php
ArrayAssignmentTest.php fix tests 2022-09-15 19:38:51 +02:00
ArrayFunctionCallTest.php feature: enhance type detection for internal php functions key, current, end and reset 2022-10-17 20:24:40 +02:00
AssertAnnotationTest.php fix tests for detailed $_SERVER 2022-09-15 19:39:02 +02:00
AssignmentTest.php
AsyncTestCase.php more cleanup 2022-04-28 18:28:59 +00:00
AttributeTest.php Configure a correct attribute target in stubs/CoreGenericClasses.phpstub 2022-08-24 21:32:26 +02:00
BadFormatTest.php
BinaryOperationTest.php Add additional checks for concat of non-empty strings to return non-falsy 2022-10-14 01:54:06 +01:00
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 Add check for const with reserved word class 2022-10-07 09:44:10 +01:00
CloneTest.php
ClosureTest.php Add support for callable in array_reduce 2022-08-24 16:04:22 +02: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 Make DatePeriod implement Traversable oh PHP 7, rename constructor params 2022-07-25 17:11:36 +03:00
DateTimeTest.php Add dateTimeModify return type provider 2022-09-14 00:53:12 +02:00
DeprecatedAnnotationTest.php allow marking enum cases as @deprecated 2021-12-22 06:16:42 +01:00
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 Cherry-pick: Try to provide literal int types when possible (fixes #6966) (#7071) 2022-09-19 21:54:16 +02: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 fix test 2021-12-30 22:39:30 +01:00
ImplementationRequirementTest.php
IncludeTest.php drop compatibility aliases 2022-01-19 19:29:16 +01:00
InterfaceTest.php
InternalAnnotationTest.php Improve @psalm-internal and prevent usage of IssueBuffer::add(). 2022-06-25 02:09:40 -05:00
IntRangeTest.php fix tests 2022-09-08 13:28:43 +02:00
IssueBufferTest.php Strip colours from success message 2022-02-09 15:35:40 +02:00
IssueSuppressionTest.php allow suppressing unevaluatedCode 2021-12-29 00:44:48 +01:00
JsonOutputTest.php fix tests 2022-09-15 19:38:51 +02:00
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 test for DateTimeImmutable sub method return type 2022-10-14 00:59:54 +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 #7731 - recognize @psalm-allow-private-mutation in PHP 8+ constructors 2022-07-29 16:50:56 +03:00
ReferenceConstraintTest.php
ReportOutputTest.php Count Report Format 2022-07-10 17:50:50 -05:00
ReturnTypeTest.php fix tests 2022-09-15 19:38:51 +02:00
somefile.php
StubTest.php
SuperGlobalsTest.php Remove argc and argv elements from $_ENV 2022-11-05 15:19:21 -04:00
SwitchTypeTest.php flag the context as "inside_conditional" when analyzing leftover cases to prevent emitting unused error 2021-12-23 22:18:27 +01:00
TaintTest.php fix tests 2022-09-15 19:38:51 +02:00
TestCase.php More attribute fixes. 2022-03-14 14:15:07 -05:00
TestConfig.php
ThisOutTest.php
ThrowsAnnotationTest.php
ThrowsInGlobalScopeTest.php
ToStringTest.php add RiskyCast tests 2022-09-20 10:59:46 +02:00
TraceTest.php
TraitTest.php Attribute analysis improvements. 2022-02-23 22:12:32 -06:00
TryCatchTest.php
TypeAnnotationTest.php
TypeCombinationTest.php added truthy-string alias for non-falsy-string 2022-08-11 16:49:58 +02:00
TypeComparatorTest.php
TypeParseTest.php
UnresolvableIncludeTest.php
UnusedCodeTest.php Try 2022-11-03 18:11:01 +01:00
UnusedVariableTest.php update tests 2022-08-03 20:12:18 +02:00
VariadicTest.php