Skip to content

Commit c4a9c17

Browse files
Merge branch '11.5' into 12.5
* 11.5: Clean up after #6288 (comment)
2 parents 96e9712 + e0346e2 commit c4a9c17

4 files changed

Lines changed: 2 additions & 56 deletions

File tree

src/Framework/TestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ final public function run(): void
364364
return;
365365
}
366366

367-
IsolatedTestRunnerRegistry::run(
367+
(new SeparateProcessTestRunner)->run(
368368
$this,
369369
$this->runClassInSeparateProcess && !$this->runTestInSeparateProcess,
370370
$this->preserveGlobalState,

src/Framework/TestRunner/IsolatedTestRunner.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

src/Framework/TestRunner/IsolatedTestRunnerRegistry.php

Lines changed: 0 additions & 34 deletions
This file was deleted.

src/Framework/TestRunner/SeparateProcessTestRunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*
3737
* @internal This class is not covered by the backward compatibility promise for PHPUnit
3838
*/
39-
final class SeparateProcessTestRunner implements IsolatedTestRunner
39+
final class SeparateProcessTestRunner
4040
{
4141
private static ?string $sourceMapFile = null;
4242

0 commit comments

Comments
 (0)