Exemplo n.º 1
0
 /**
  * Prepares the tests.
  *
  * @return void
  */
 protected function setUp()
 {
     $this->_exception = new Exception();
     parent::setUp();
 }
Exemplo n.º 2
0
 /**
  * Prepares the tests.
  *
  * @return void
  */
 protected function setUp()
 {
     $this->_testResult = new \PHPUnit_Framework_TestResult();
     parent::setUp();
 }