protected property PHPUnit_Framework_TestCase::$runTestInSeparateProcess

Whether or not this test is to be run in a separate PHP process.

Type: boolean

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php, line 133

Class

PHPUnit_Framework_TestCase
A TestCase defines the fixture to run multiple tests.

Code

protected $runTestInSeparateProcess = NULL;