..
CommandFunctions
Apply literal number separator rector
2022-01-05 01:00:05 +02:00
Config
Immutable readonly 2
2022-10-03 14:02:41 +02:00
EndToEnd
Fix extension capitalization issue, add extensions to version message.
2022-02-03 11:34:50 -06:00
FileManipulation
Fixes
2022-10-17 10:33:33 +02:00
FileUpdates
Merge remote-tracking branch 'origin/4.x' into HEAD
2022-10-16 13:41:27 +02:00
fixtures
Merge remote-tracking branch 'origin/4.x' into HEAD
2022-10-16 13:41:27 +02:00
Internal
Merge branch 'merge_4.x' into immutable_readonly_3
2022-10-17 12:58:41 +02:00
LanguageServer
fix tests
2022-09-15 19:38:51 +02: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
Fix dirname return type provider
2022-10-23 12:11:58 -04:00
Template
Merge branch 'merge_4.x' into immutable_readonly_3
2022-10-17 12:58:41 +02:00
Traits
Merge remote-tracking branch 'upstream/4.x' into upstream-master13
2022-02-26 21:26:59 +01:00
Type
Format declare(strict_types=1)
2021-12-15 04:42:37 +01:00
TypeReconciliation
Fixes
2022-10-16 13:59:15 +02:00
AlgebraTest.php
Immutable assertions
2022-10-03 11:32:15 +02:00
AnnotationTest.php
Add support for references and improve UnusedVariable checks ( fixes #7254 ).
2022-01-26 12:55:47 -06:00
ArgTest.php
Update empty list/array notation
2022-05-28 16:19:49 -04:00
ArrayAccessTest.php
Immutable readonly 3
2022-10-03 15:13:47 +02:00
ArrayAssignmentTest.php
Merge remote-tracking branch 'origin/4.x' into HEAD
2022-10-16 13:41:27 +02:00
ArrayFunctionCallTest.php
Merge remote-tracking branch 'origin/4.x' into HEAD
2022-10-16 13:41:27 +02:00
ArrayKeysTest.php
feat: allow unions for key-of/value-of
2022-01-27 22:28:24 +01:00
AssertAnnotationTest.php
Merge remote-tracking branch 'origin/4.x' into HEAD
2022-10-16 13:41:27 +02:00
AssignmentTest.php
Simplify issue suppression in tests
2022-01-13 14:38:17 -05:00
AttributeTest.php
Fixes
2022-10-16 13:59:15 +02:00
BadFormatTest.php
Set number of lines before and after namespace.
2021-12-15 04:58:32 +01:00
BinaryOperationTest.php
Merge remote-tracking branch 'origin/4.x' into merge_4.x
2022-10-16 13:42:43 +02:00
CallableTest.php
refactor description of types in Atomic
2022-01-22 19:34:57 +01:00
CastTest.php
Skip
2022-10-17 12:14:07 +02:00
CheckTypeTest.php
Add @psalm-check-type
and @psalm-check-type-exact
.
2022-02-17 10:37:13 -06: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
Prevent re-resolution of static
2022-10-17 20:31:11 +02:00
CloneTest.php
Fix #8569
2022-10-12 11:24:42 +02:00
ClosureTest.php
Fixes
2022-10-16 13:59:15 +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
tests: added tests for bitwise-and, bitwise-xor, bitwise-not and boolean-not class constants
2022-08-04 08:52:43 +02:00
ConstValuesTest.php
Simplify issue suppression in tests
2022-01-13 14:38:17 -05:00
CoreStubsTest.php
Fixes
2022-10-17 10:21:26 +02:00
DateTimeTest.php
Update
2022-10-17 10:45:18 +02:00
DeprecatedAnnotationTest.php
Run method call prohibition analyzer when cloning
2022-06-24 12:37:33 +02: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
Immutable readonly 3
2022-10-03 15:13:47 +02:00
EnumTest.php
Merge remote-tracking branch 'upstream/4.x' into upstream-master13
2022-02-26 21:26:59 +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
Fix
2022-10-17 12:54:46 +02:00
FunctionLikeDocblockParserTest.php
update test cases
2022-06-15 12:31:53 +02:00
GeneratorTest.php
Remove @psalm-generator-return
annotation
2022-04-09 22:15:37 +02:00
IfThisIsTest.php
Immutable readonly 3
2022-10-03 15:13:47 +02: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 unit tests
2022-07-28 12:03:12 +02:00
InternalAnnotationTest.php
Merge branch '4.x'
2022-07-07 15:01:38 -05:00
IntRangeTest.php
Merge remote-tracking branch 'origin/4.x' into HEAD
2022-10-16 13:41:27 +02: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
Fix
2022-10-16 14:39:34 +02:00
junit.xsd
KeyOfArrayTest.php
feat: expand properties-of to keyed array
2022-02-21 23:02:27 +01:00
ListTest.php
merge fixes
2022-02-26 21:28:15 +01: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
don't anonymize call to count to allow assertions on count to be retrieved
2022-02-13 22:38:38 +01:00
MethodCallTest.php
Fixes
2022-10-16 14:23:31 +02: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 tests.
2022-06-22 01:53:42 -05:00
PropertiesOfTest.php
Fix properties-of on generics&intersections
2022-10-03 11:28:01 +02: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
Fixes
2022-10-16 13:59:15 +02:00
ReferenceConstraintTest.php
Minor CS fix, phrasing improvement, fix test.
2022-01-26 12:55:47 -06:00
ReferenceTest.php
Fix type reconciliation breaking Context::$references_in_scope ( fixes #8289 ).
2022-07-21 14:27:21 -05:00
ReportOutputTest.php
Merge remote-tracking branch 'origin/4.x' into HEAD
2022-10-16 13:41:27 +02:00
ReturnTypeTest.php
Merge remote-tracking branch 'origin/4.x' into HEAD
2022-10-16 13:41:27 +02:00
somefile.php
create real path for Psalm to stop ignoring suppressions
2021-08-19 19:31:58 +02:00
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
Fix
2022-10-17 12:40:50 +02: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
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
Fixes
2022-10-16 13:59:15 +02:00
TraceTest.php
Simplify issue suppression in tests
2022-01-13 14:38:17 -05:00
TraitTest.php
merge fixes
2022-02-26 21:28:15 +01: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
Merge branch 'merge_4.x' into immutable_readonly_3
2022-10-17 12:58:41 +02:00
TypeComparatorTest.php
style: fix linting issues and failing tests
2022-02-22 20:13:24 +01:00
TypeParseTest.php
Fix
2022-07-27 20:24:24 +02: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
Merge branch 'merge_4.x' into immutable_readonly_3
2022-10-17 12:58:41 +02:00
ValueOfTest.php
Allow value-of
to work with backed enums ( fixes #7874 ).
2022-07-18 14:10:06 -05:00
VariadicTest.php
Ensure that all entries in test arrays have explicit keys ( #7386 )
2022-01-13 13:49:37 -05:00