Skip to content

Commit bc918e4

Browse files
lolli42sbuerk
authored andcommitted
[TASK] Accept test deprecation
With recent core main changes related to ext_emconf.php works, a single unit test needs a #[IgnoreDepreation] marker.
1 parent 7001bf4 commit bc918e4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Tests/Unit/Core/PackageCollectionTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
namespace Typo3\TestingFramework\Tests\Unit\Core;
2525

26+
use PHPUnit\Framework\Attributes\IgnoreDeprecations;
2627
use PHPUnit\Framework\Attributes\Test;
2728
use PHPUnit\Framework\TestCase;
2829
use TYPO3\CMS\Core\Package\PackageManager;
@@ -33,6 +34,7 @@
3334
final class PackageCollectionTest extends TestCase
3435
{
3536
#[Test]
37+
#[IgnoreDeprecations]
3638
public function sortsComposerPackages(): void
3739
{
3840
$packageStates = require __DIR__ . '/../Fixtures/Packages/PackageStates.php';

0 commit comments

Comments
 (0)