Searched refs:processIsolation (Results 1 – 2 of 2) sorted by relevance
19 protected $processIsolation = false; variable in PHPUnit_Extensions_RepeatedTest29 * @param bool $processIsolation33 …public function __construct(PHPUnit_Framework_Test $test, $timesRepeat = 1, $processIsolation = fa… argument47 $this->processIsolation = $processIsolation;81 $this->test->setRunTestInSeparateProcess($this->processIsolation);
1300 - Set processIsolation and backupGlobals to false to speed up tests. processIsolation was very slow with phpunit 4.0.19.