..
CommandFunctions
Import instead of using fqn
2021-12-03 20:11:20 +01:00
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
fix wrong detection of purity
2022-01-31 20:52:25 +01:00
FileUpdates
drop compatibility aliases
2022-01-19 19:29:16 +01: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
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
Loop
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
Progress
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
ReturnTypeProvider
Infer object shape when array or scalar is cast to object
2022-05-09 20:31:29 -05:00
Template
add test case
2022-04-16 14:05:51 +09:00
Traits
Specify required php version for test
2022-02-22 23:41:53 +02:00
Type
Format declare(strict_types=1)
2021-12-15 04:42:37 +01:00
TypeReconciliation
Adjust test case format
2022-03-16 10:35:36 +01:00
AlgebraTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
AnnotationTest.php
Merge pull request #7157 from nowaja/master
2021-12-15 18:37:26 +01:00
ArgTest.php
Infer object shape when array or scalar is cast to object
2022-05-09 20:31:29 -05:00
ArrayAccessTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
ArrayAssignmentTest.php
Allow null to ArrayAccess::offsetSet $offset param
2022-03-06 13:47:32 +01:00
ArrayFunctionCallTest.php
add test case for implode()
2022-05-14 23:36:51 +09:00
AssertAnnotationTest.php
Merge pull request #7309 from orklah/emptyStringKeyedArray
2022-01-06 09:37:28 +01:00
AssignmentTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
AttributeTest.php
More attribute fixes.
2022-03-14 14:15:07 -05:00
BadFormatTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
BinaryOperationTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
CallableTest.php
Fix analysis when __invoke() exists
2022-01-06 21:22:18 +01:00
ClassLikeDocblockParserTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
ClassLikeStringTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
ClassLoadOrderTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
ClassScopeTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
ClassTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
CloneTest.php
Handle some partials
2021-12-04 21:55:53 +01:00
ClosureTest.php
Fix first-class callable in loop
2022-02-21 18:37:20 -06:00
CodebaseTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
CommentAnalyzerTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
ComposerLockTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
ConstantTest.php
Fix object constant inference
2022-01-31 23:03:34 +03:00
ConstValuesTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
CoreStubsTest.php
fix proc_open stub for php >= 8.0
2022-01-20 13:57:34 +01:00
DeprecatedAnnotationTest.php
allow marking enum cases as @deprecated
2021-12-22 06:16:42 +01:00
DocblockInheritanceTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
DocCommentTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
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
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01: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
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
FileReferenceTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
ForbiddenCodeTest.php
Handle some partials
2021-12-04 21:55:53 +01:00
FunctionCallTest.php
fix test
2022-01-09 00:37:16 +01:00
FunctionLikeDocblockParserTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
GeneratorTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
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
Handle some partials
2021-12-04 21:55:53 +01:00
IncludeTest.php
drop compatibility aliases
2022-01-19 19:29:16 +01:00
InterfaceTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
InternalAnnotationTest.php
trim whitespaces in namespaces specified at @psalm-internal
2021-12-27 02:31:11 +02:00
IntRangeTest.php
Fix TypeCombiner::combine
to not modify TIntRange arguments.
2022-06-02 12:36:41 -05: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
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01: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
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
MethodCallTest.php
Fix undefined parent method call (ref #7414 )
2022-01-24 09:17:29 +01:00
MethodMutationTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
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
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
Php40Test.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
Php55Test.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
Php56Test.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
Php70Test.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
Php71Test.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
ProjectCheckerTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
PropertyTypeInvarianceTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
PropertyTypeTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
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
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
ReadonlyPropertyTest.php
add test
2022-01-16 09:31:58 +01:00
ReferenceConstraintTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
ReportOutputTest.php
Conversion of misc
2021-12-14 02:52:44 +01:00
ReturnTypeTest.php
Infer object shape when array or scalar is cast to object
2022-05-09 20:31:29 -05:00
somefile.php
StubTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
SuperGlobalsTest.php
Handle some partials
2021-12-04 21:55:53 +01: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 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
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
ThisOutTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +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
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
TraceTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
TraitTest.php
Attribute analysis improvements.
2022-02-23 22:12:32 -06:00
TryCatchTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
TypeAnnotationTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
TypeCombinationTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
TypeComparatorTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
TypeParseTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
UnresolvableIncludeTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
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
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00