Skip to content

Commit

Permalink
[PHPUnitTask] Fixed processIsolation setting (#1451)
Browse files Browse the repository at this point in the history
siad007 authored Nov 27, 2020
1 parent 7a3d331 commit 76fc3ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/phing/tasks/ext/phpunit/PHPUnitTestRunner9.php
Original file line number Diff line number Diff line change
@@ -161,6 +161,7 @@ public function run(PHPUnit\Framework\TestSuite $suite)
}

$this->injectFilters($suite);
$suite->setRunTestInSeparateProcess($this->processIsolation);
$suite->run($res);

foreach ($this->formatters as $formatter) {

0 comments on commit 76fc3ab

Please sign in to comment.