Skip to content

Commit ea11c4b

Browse files
Merge branch '11.0'
2 parents 6389113 + a857ad4 commit ea11c4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/Util/ExcludeListTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,14 @@
1111

1212
use function realpath;
1313
use PHPUnit\Framework\Attributes\CoversClass;
14+
use PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;
1415
use PHPUnit\Framework\Attributes\Small;
1516
use PHPUnit\Framework\TestCase;
1617

1718
#[CoversClass(ExcludeList::class)]
1819
#[CoversClass(InvalidDirectoryException::class)]
1920
#[Small]
21+
#[RunTestsInSeparateProcesses]
2022
final class ExcludeListTest extends TestCase
2123
{
2224
public function testIsInitialized(): void

0 commit comments

Comments
 (0)