Inheritance: extends PHPUnit_Framework_TestCase
Exemple #1
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);
 }
 public function setUp()
 {
     parent::setUp();
     $this->deleteSmallTests();
 }
Exemple #4
0
 public function setUp()
 {
     parent::__construct();
     $file = FIXTURES . DS . 'output' . DS . 'usage.txt';
     $this->usage = file_get_contents($file);
 }
Exemple #5
0
 public function setUp()
 {
     parent::setUp();
     $this->paratest = new ParaTestInvoker($this->fixture('failing-tests/UnitTestWithClassAnnotationTest.php'), BOOTSTRAP);
 }
Exemple #6
0
 public function setUp()
 {
     parent::setUp();
     $this->invoker = new ParaTestInvoker($this->fixture('passing-tests/GroupsTest.php'), BOOTSTRAP);
 }
Exemple #7
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);
 }