Searched refs:runTestInSeparateProcess (Results 1 – 5 of 5) sorted by relevance
45 protected $runTestInSeparateProcess = false; variable in PHPUnit_Framework_TestSuite449 $runTestInSeparateProcess = PHPUnit_Util_Test::getProcessIsolationSettings(544 if ($runTestInSeparateProcess) {580 if ($runTestInSeparateProcess) {730 $test->setRunTestInSeparateProcess($this->runTestInSeparateProcess);750 * @param bool $runTestInSeparateProcess754 public function setRunTestInSeparateProcess($runTestInSeparateProcess) argument756 if (is_bool($runTestInSeparateProcess)) {757 $this->runTestInSeparateProcess = $runTestInSeparateProcess;
34 protected $runTestInSeparateProcess = false; variable in PHPUnit_Framework_WarningTestCase
34 protected $runTestInSeparateProcess = false; variable in PHPUnit_Framework_SkippedTestCase
34 protected $runTestInSeparateProcess = false; variable in PHPUnit_Framework_IncompleteTestCase
100 protected $runTestInSeparateProcess = null; variable in PHPUnit_Framework_TestCase772 if ($this->runTestInSeparateProcess === true &&1253 * @param bool $runTestInSeparateProcess1257 public function setRunTestInSeparateProcess($runTestInSeparateProcess) argument1259 if (is_bool($runTestInSeparateProcess)) {1260 if ($this->runTestInSeparateProcess === null) {1261 $this->runTestInSeparateProcess = $runTestInSeparateProcess;2240 if ($this->runTestInSeparateProcess ||