コード例 #1
0
 /**
  * Constructs a test case with the given name.
  *
  * @param  string $name
  * @param  array  $data
  * @param  string $dataName
  */
 public function __construct($name = NULL, array $data = array(), $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     $this->setRunTestInSeparateProcess(true);
 }
コード例 #2
0
ファイル: Ticket1294Test.php プロジェクト: horros/agavi
 /**
  * Constructs a test case with the given name.
  *
  * @param  string $name
  * @param  array  $data
  * @param  string $dataName
  */
 public function __construct($name = NULL, array $data = array(), $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
 }
コード例 #3
0
 /**
  * Constructs a test case with the given name.
  *
  * @param  string $name
  * @param  array  $data
  * @param  string $dataName
  */
 public function __construct($name = NULL, array $data = array(), $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     $this->setIsolationEnvironment('testing.testIsolation');
     // equivalent to the annotation @AgaviIsolationEnvironment on the testcase class
 }