Skip to content

Commit d9afd43

Browse files
committed
Updated ECS to commit 67eabddd4d66f9b672369a82fb431a71571634d9
1 parent 1a8e2d2 commit d9afd43

14 files changed

Lines changed: 24 additions & 24 deletions

File tree

src/Application/Version/StaticVersionResolver.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ final class StaticVersionResolver
1515
* @api
1616
* @var string
1717
*/
18-
public const PACKAGE_VERSION = 'bd37252a3cb9f046d931ff92d21eed633fd1a2df';
18+
public const PACKAGE_VERSION = '67eabddd4d66f9b672369a82fb431a71571634d9';
1919
/**
2020
* @api
2121
* @var string
2222
*/
23-
public const RELEASE_DATE = '2026-05-04 13:09:58';
23+
public const RELEASE_DATE = '2026-05-04 19:32:08';
2424
/**
2525
* @var int
2626
*/

vendor/composer/installed.php

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

vendor/entropy/entropy/src/Attributes/RelatedTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace ECSPrefix202605\Entropy\Attributes;
55

66
use Attribute;
7-
use ECSPrefix202605\PHPUnit\Framework\TestCase;
7+
use PHPUnit\Framework\TestCase;
88
#[Attribute(Attribute::TARGET_CLASS)]
99
final class RelatedTest
1010
{

vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitDedicateAssertInternalTypeFixer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function getDefinition(): FixerDefinitionInterface
5353
5454
namespace ECSPrefix202605;
5555
56-
final class MyTest extends \ECSPrefix202605\PHPUnit\Framework\TestCase
56+
final class MyTest extends \PHPUnit\Framework\TestCase
5757
{
5858
public function testMe()
5959
{
@@ -69,7 +69,7 @@ public function testMe()
6969
7070
namespace ECSPrefix202605;
7171
72-
final class MyTest extends \ECSPrefix202605\PHPUnit\Framework\TestCase
72+
final class MyTest extends \PHPUnit\Framework\TestCase
7373
{
7474
public function testMe()
7575
{

vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitMethodCasingFixer.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function getDefinition(): FixerDefinitionInterface
6363
6464
namespace ECSPrefix202605;
6565
66-
class MyTest extends \ECSPrefix202605\PhpUnit\FrameWork\TestCase
66+
class MyTest extends \PhpUnit\FrameWork\TestCase
6767
{
6868
public function test_my_code()
6969
{
@@ -77,7 +77,7 @@ public function test_my_code()
7777
7878
namespace ECSPrefix202605;
7979
80-
class MyTest extends \ECSPrefix202605\PhpUnit\FrameWork\TestCase
80+
class MyTest extends \PhpUnit\FrameWork\TestCase
8181
{
8282
public function testMyCode()
8383
{
@@ -91,10 +91,10 @@ public function testMyCode()
9191
9292
namespace ECSPrefix202605;
9393
94-
use ECSPrefix202605\PHPUnit\Framework\Attributes\Test;
95-
class MyTest extends \ECSPrefix202605\PhpUnit\FrameWork\TestCase
94+
use PHPUnit\Framework\Attributes\Test;
95+
class MyTest extends \PhpUnit\FrameWork\TestCase
9696
{
97-
#[PHPUnit\Framework\Attributes\Test]
97+
#[\PHPUnit\Framework\Attributes\Test]
9898
public function test_my_code()
9999
{
100100
}
@@ -107,10 +107,10 @@ public function test_my_code()
107107
108108
namespace ECSPrefix202605;
109109
110-
use ECSPrefix202605\PHPUnit\Framework\Attributes\Test;
111-
class MyTest extends \ECSPrefix202605\PhpUnit\FrameWork\TestCase
110+
use PHPUnit\Framework\Attributes\Test;
111+
class MyTest extends \PhpUnit\FrameWork\TestCase
112112
{
113-
#[PHPUnit\Framework\Attributes\Test]
113+
#[\PHPUnit\Framework\Attributes\Test]
114114
public function testMyCode()
115115
{
116116
}

vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitNamespacedFixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ protected function configurePostNormalisation(): void
9999
if (\PhpCsFixer\Fixer\PhpUnit\PhpUnitTargetVersion::fulfills($this->configuration['target'], \PhpCsFixer\Fixer\PhpUnit\PhpUnitTargetVersion::VERSION_6_0)) {
100100
$this->originalClassRegEx = '/^PHPUnit_\w+$/i';
101101
// @noinspection ClassConstantCanBeUsedInspection
102-
$this->classMap = ['PHPUnit_Extensions_PhptTestCase' => 'ECSPrefix202605\PHPUnit\Runner\PhptTestCase', 'PHPUnit_Framework_Constraint' => 'ECSPrefix202605\PHPUnit\Framework\Constraint\Constraint', 'PHPUnit_Framework_Constraint_StringMatches' => 'ECSPrefix202605\PHPUnit\Framework\Constraint\StringMatchesFormatDescription', 'PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider' => 'ECSPrefix202605\PHPUnit\Framework\Constraint\JsonMatchesErrorMessageProvider', 'PHPUnit_Framework_Constraint_PCREMatch' => 'ECSPrefix202605\PHPUnit\Framework\Constraint\RegularExpression', 'PHPUnit_Framework_Constraint_ExceptionMessageRegExp' => 'ECSPrefix202605\PHPUnit\Framework\Constraint\ExceptionMessageRegularExpression', 'PHPUnit_Framework_Constraint_And' => 'ECSPrefix202605\PHPUnit\Framework\Constraint\LogicalAnd', 'PHPUnit_Framework_Constraint_Or' => 'ECSPrefix202605\PHPUnit\Framework\Constraint\LogicalOr', 'PHPUnit_Framework_Constraint_Not' => 'ECSPrefix202605\PHPUnit\Framework\Constraint\LogicalNot', 'PHPUnit_Framework_Constraint_Xor' => 'ECSPrefix202605\PHPUnit\Framework\Constraint\LogicalXor', 'PHPUnit_Framework_Error' => 'ECSPrefix202605\PHPUnit\Framework\Error\Error', 'PHPUnit_Framework_TestSuite_DataProvider' => 'ECSPrefix202605\PHPUnit\Framework\DataProviderTestSuite', 'PHPUnit_Framework_MockObject_Invocation_Static' => 'ECSPrefix202605\PHPUnit\Framework\MockObject\Invocation\StaticInvocation', 'PHPUnit_Framework_MockObject_Invocation_Object' => 'ECSPrefix202605\PHPUnit\Framework\MockObject\Invocation\ObjectInvocation', 'PHPUnit_Framework_MockObject_Stub_Return' => 'ECSPrefix202605\PHPUnit\Framework\MockObject\Stub\ReturnStub', 'PHPUnit_Runner_Filter_Group_Exclude' => 'ECSPrefix202605\PHPUnit\Runner\Filter\ExcludeGroupFilterIterator', 'PHPUnit_Runner_Filter_Group_Include' => 'ECSPrefix202605\PHPUnit\Runner\Filter\IncludeGroupFilterIterator', 'PHPUnit_Runner_Filter_Test' => 'ECSPrefix202605\PHPUnit\Runner\Filter\NameFilterIterator', 'PHPUnit_Util_PHP' => 'ECSPrefix202605\PHPUnit\Util\PHP\AbstractPhpProcess', 'PHPUnit_Util_PHP_Default' => 'ECSPrefix202605\PHPUnit\Util\PHP\DefaultPhpProcess', 'PHPUnit_Util_PHP_Windows' => 'ECSPrefix202605\PHPUnit\Util\PHP\WindowsPhpProcess', 'PHPUnit_Util_Regex' => 'ECSPrefix202605\PHPUnit\Util\RegularExpression', 'PHPUnit_Util_TestDox_ResultPrinter_XML' => 'ECSPrefix202605\PHPUnit\Util\TestDox\XmlResultPrinter', 'PHPUnit_Util_TestDox_ResultPrinter_HTML' => 'ECSPrefix202605\PHPUnit\Util\TestDox\HtmlResultPrinter', 'PHPUnit_Util_TestDox_ResultPrinter_Text' => 'ECSPrefix202605\PHPUnit\Util\TestDox\TextResultPrinter', 'PHPUnit_Util_TestSuiteIterator' => 'ECSPrefix202605\PHPUnit\Framework\TestSuiteIterator', 'PHPUnit_Util_XML' => 'ECSPrefix202605\PHPUnit\Util\Xml'];
102+
$this->classMap = ['PHPUnit_Extensions_PhptTestCase' => 'ECSPrefix202605\PHPUnit\Runner\PhptTestCase', 'PHPUnit_Framework_Constraint' => 'PHPUnit\Framework\Constraint\Constraint', 'PHPUnit_Framework_Constraint_StringMatches' => 'PHPUnit\Framework\Constraint\StringMatchesFormatDescription', 'PHPUnit_Framework_Constraint_JsonMatches_ErrorMessageProvider' => 'PHPUnit\Framework\Constraint\JsonMatchesErrorMessageProvider', 'PHPUnit_Framework_Constraint_PCREMatch' => 'PHPUnit\Framework\Constraint\RegularExpression', 'PHPUnit_Framework_Constraint_ExceptionMessageRegExp' => 'PHPUnit\Framework\Constraint\ExceptionMessageRegularExpression', 'PHPUnit_Framework_Constraint_And' => 'PHPUnit\Framework\Constraint\LogicalAnd', 'PHPUnit_Framework_Constraint_Or' => 'PHPUnit\Framework\Constraint\LogicalOr', 'PHPUnit_Framework_Constraint_Not' => 'PHPUnit\Framework\Constraint\LogicalNot', 'PHPUnit_Framework_Constraint_Xor' => 'PHPUnit\Framework\Constraint\LogicalXor', 'PHPUnit_Framework_Error' => 'PHPUnit\Framework\Error\Error', 'PHPUnit_Framework_TestSuite_DataProvider' => 'PHPUnit\Framework\DataProviderTestSuite', 'PHPUnit_Framework_MockObject_Invocation_Static' => 'PHPUnit\Framework\MockObject\Invocation\StaticInvocation', 'PHPUnit_Framework_MockObject_Invocation_Object' => 'PHPUnit\Framework\MockObject\Invocation\ObjectInvocation', 'PHPUnit_Framework_MockObject_Stub_Return' => 'PHPUnit\Framework\MockObject\Stub\ReturnStub', 'PHPUnit_Runner_Filter_Group_Exclude' => 'ECSPrefix202605\PHPUnit\Runner\Filter\ExcludeGroupFilterIterator', 'PHPUnit_Runner_Filter_Group_Include' => 'ECSPrefix202605\PHPUnit\Runner\Filter\IncludeGroupFilterIterator', 'PHPUnit_Runner_Filter_Test' => 'ECSPrefix202605\PHPUnit\Runner\Filter\NameFilterIterator', 'PHPUnit_Util_PHP' => 'ECSPrefix202605\PHPUnit\Util\PHP\AbstractPhpProcess', 'PHPUnit_Util_PHP_Default' => 'ECSPrefix202605\PHPUnit\Util\PHP\DefaultPhpProcess', 'PHPUnit_Util_PHP_Windows' => 'ECSPrefix202605\PHPUnit\Util\PHP\WindowsPhpProcess', 'PHPUnit_Util_Regex' => 'ECSPrefix202605\PHPUnit\Util\RegularExpression', 'PHPUnit_Util_TestDox_ResultPrinter_XML' => 'ECSPrefix202605\PHPUnit\Util\TestDox\XmlResultPrinter', 'PHPUnit_Util_TestDox_ResultPrinter_HTML' => 'ECSPrefix202605\PHPUnit\Util\TestDox\HtmlResultPrinter', 'PHPUnit_Util_TestDox_ResultPrinter_Text' => 'ECSPrefix202605\PHPUnit\Util\TestDox\TextResultPrinter', 'PHPUnit_Util_TestSuiteIterator' => 'PHPUnit\Framework\TestSuiteIterator', 'PHPUnit_Util_XML' => 'ECSPrefix202605\PHPUnit\Util\Xml'];
103103
} elseif (\PhpCsFixer\Fixer\PhpUnit\PhpUnitTargetVersion::fulfills($this->configuration['target'], \PhpCsFixer\Fixer\PhpUnit\PhpUnitTargetVersion::VERSION_5_7)) {
104104
$this->originalClassRegEx = '/^PHPUnit_Framework_(TestCase|Assert|BaseTestListener|TestListener)+$/i';
105105
$this->classMap = [];

vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitSizeClassFixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ protected function applyPhpUnitClassFix(Tokens $tokens, int $startIndex, int $en
6565
if ($this->isAbstractClass($tokens, $classIndex)) {
6666
return;
6767
}
68-
$this->ensureIsDocBlockWithAnnotation($tokens, $classIndex, $this->configuration['group'], self::SIZES, ['ECSPrefix202605\phpunit\framework\attributes\small', 'ECSPrefix202605\phpunit\framework\attributes\medium', 'ECSPrefix202605\phpunit\framework\attributes\large']);
68+
$this->ensureIsDocBlockWithAnnotation($tokens, $classIndex, $this->configuration['group'], self::SIZES, ['phpunit\framework\attributes\small', 'phpunit\framework\attributes\medium', 'phpunit\framework\attributes\large']);
6969
}
7070
private function isAbstractClass(Tokens $tokens, int $i): bool
7171
{

vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitTestAnnotationFixer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function getDefinition(): FixerDefinitionInterface
5858
5959
namespace ECSPrefix202605;
6060
61-
class Test extends \ECSPrefix202605\PhpUnit\FrameWork\TestCase
61+
class Test extends \PhpUnit\FrameWork\TestCase
6262
{
6363
/**
6464
* @test
@@ -74,7 +74,7 @@ public function itDoesSomething()
7474
7575
namespace ECSPrefix202605;
7676
77-
class Test extends \ECSPrefix202605\PhpUnit\FrameWork\TestCase
77+
class Test extends \PhpUnit\FrameWork\TestCase
7878
{
7979
public function testItDoesSomething()
8080
{

vendor/friendsofphp/php-cs-fixer/src/Fixer/PhpUnit/PhpUnitTestClassRequiresCoversFixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ protected function applyPhpUnitClassFix(Tokens $tokens, int $startIndex, int $en
6666
return;
6767
// don't add `@covers` annotation for abstract base classes
6868
}
69-
$this->ensureIsDocBlockWithAnnotation($tokens, $classIndex, 'coversNothing', ['covers', 'coversDefaultClass', 'coversNothing'], ['ECSPrefix202605\phpunit\framework\attributes\coversclass', 'ECSPrefix202605\phpunit\framework\attributes\coversnothing', 'ECSPrefix202605\phpunit\framework\attributes\coversmethod', 'ECSPrefix202605\phpunit\framework\attributes\coversfunction', 'ECSPrefix202605\phpunit\framework\attributes\coverstrait']);
69+
$this->ensureIsDocBlockWithAnnotation($tokens, $classIndex, 'coversNothing', ['covers', 'coversDefaultClass', 'coversNothing'], ['phpunit\framework\attributes\coversclass', 'phpunit\framework\attributes\coversnothing', 'phpunit\framework\attributes\coversmethod', 'phpunit\framework\attributes\coversfunction', 'phpunit\framework\attributes\coverstrait']);
7070
}
7171
}

vendor/squizlabs/php_codesniffer/tests/Core/AbstractMethodTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use PHP_CodeSniffer\Files\LocalFile;
1717
use PHP_CodeSniffer\Ruleset;
1818
use PHP_CodeSniffer\Tests\ConfigDouble;
19-
use ECSPrefix202605\PHPUnit\Framework\TestCase;
19+
use PHPUnit\Framework\TestCase;
2020
abstract class AbstractMethodTestCase extends TestCase
2121
{
2222
/**

0 commit comments

Comments
 (0)