Пример #1
0
 /**
  * Prepares the tests.
  *
  * @return void
  */
 protected function setUp()
 {
     $this->_exception = new Exception();
     parent::setUp();
 }
Пример #2
0
 /**
  * Prepares the tests.
  *
  * @return void
  */
 protected function setUp()
 {
     $this->_testResult = new \PHPUnit_Framework_TestResult();
     parent::setUp();
 }