Наследование: extends PHPUnit_Framework_TestCase
Пример #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);
 }
Пример #3
0
 public function setUp()
 {
     parent::setUp();
     $this->deleteSmallTests();
 }
Пример #4
0
 public function setUp()
 {
     parent::__construct();
     $file = FIXTURES . DS . 'output' . DS . 'usage.txt';
     $this->usage = file_get_contents($file);
 }
Пример #5
0
 public function setUp()
 {
     parent::setUp();
     $this->paratest = new ParaTestInvoker($this->fixture('failing-tests/UnitTestWithClassAnnotationTest.php'), BOOTSTRAP);
 }
Пример #6
0
 public function setUp()
 {
     parent::setUp();
     $this->invoker = new ParaTestInvoker($this->fixture('passing-tests/GroupsTest.php'), BOOTSTRAP);
 }
Пример #7
0
 public function setUp()
 {
     parent::setUp();
     $this->path = FIXTURES . DS . "tests" . DS . "UnitTestWithClassAnnotationTest.php";
 }
Пример #8
0
 public function setUp()
 {
     parent::setUp();
     $this->invoker = new ParaTestInvoker($this->fixture('dataprovider-tests/DataProviderTest.php'), BOOTSTRAP);
 }