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