Ejemplo n.º 1
0
 protected function setUp()
 {
     parent::setUp();
     $this->table = System_Locator_TableLocator::getInstance()->get('Tree');
 }
Ejemplo n.º 2
0
 /**
  * Sets up the fixture, for example, opens a network connection.
  * This method is called before a test is executed.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->object = new System_Controller_Action_Helper_Auth();
     $this->setBootstrap(System_Application::getInstance()->getBootstrap());
 }