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