Home
last modified time | relevance | path

Searched refs:processIsolation (Results 1 – 2 of 2) sorted by path

/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1300 - Set processIsolation and backupGlobals to false to speed up tests. processIsolation was very slow with phpunit 4.0.19.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DRepeatedTest.php19 protected $processIsolation = false; variable in PHPUnit_Extensions_RepeatedTest
29 * @param bool $processIsolation
33 …public function __construct(PHPUnit_Framework_Test $test, $timesRepeat = 1, $processIsolation = fa… argument
47 $this->processIsolation = $processIsolation;
81 $this->test->setRunTestInSeparateProcess($this->processIsolation);