Skip to content

Commit e0346e2

Browse files
Clean up after #6288 (comment)
1 parent 361e40d commit e0346e2

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
@@ -367,7 +367,7 @@ final public function run(): void
367367
return;
368368
}
369369

370-
IsolatedTestRunnerRegistry::run(
370+
(new SeparateProcessTestRunner)->run(
371371
$this,
372372
$this->runClassInSeparateProcess && !$this->runTestInSeparateProcess,
373373
$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
@@ -34,7 +34,7 @@
3434
*
3535
* @internal This class is not covered by the backward compatibility promise for PHPUnit
3636
*/
37-
final class SeparateProcessTestRunner implements IsolatedTestRunner
37+
final class SeparateProcessTestRunner
3838
{
3939
private static ?string $sourceMapFile = null;
4040

0 commit comments

Comments
 (0)