public function setUp()
 {
     parent::setUp();
     $this->deleteSmallTests();
 }
Exemple #2
0
 public function setUp()
 {
     parent::setUp();
     $this->path = FIXTURES . DS . 'tests' . DS . 'GroupsTest.php';
 }
 public function setUp()
 {
     parent::setUp();
     $this->invoker = new ParaTestInvoker($this->fixture('skipped-tests/SkippedOrIncompleteTest.php'), BOOTSTRAP);
 }
Exemple #4
0
 public function setUp()
 {
     parent::setUp();
     $this->paratest = new ParaTestInvoker($this->fixture('failing-tests/UnitTestWithClassAnnotationTest.php'), BOOTSTRAP);
 }
Exemple #5
0
 public function setUp()
 {
     parent::setUp();
     $this->invoker = new ParaTestInvoker($this->fixture('passing-tests/GroupsTest.php'), BOOTSTRAP);
 }
Exemple #6
0
 public function setUp()
 {
     parent::setUp();
     $this->path = FIXTURES . DS . "tests" . DS . "UnitTestWithClassAnnotationTest.php";
 }
 public function setUp()
 {
     parent::setUp();
     $this->invoker = new ParaTestInvoker($this->fixture('dataprovider-tests/DataProviderTest.php'), BOOTSTRAP);
 }