Example #1
0
 /**
  * Sets up the fixture, for example, opens a network connection.
  * This method is called before a test is executed.
  *
  * @access protected
  */
 protected function setUp()
 {
     $this->appliacation = Zend_Registry::get(System_Application::APPLICATION);
     unset(Zend_Registry::getInstance()->{System_Application::APPLICATION});
     $this->configDir = System_Application::getConfigDir();
 }