Exemplo n.º 1
0
 protected function setUp()
 {
     parent::setUp();
     $this->table = System_Locator_TableLocator::getInstance()->get('Tree');
 }
Exemplo n.º 2
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->_dropTestTable();
 }
Exemplo n.º 3
0
 /**
  * Tears down the fixture, for example, closes a network connection.
  * This method is called after a test is executed.
  */
 protected function tearDown()
 {
     Zend_Auth::getInstance()->clearIdentity();
     parent::tearDown();
 }
Exemplo n.º 4
0
 /**
  * Tears down the fixture, for example, closes a network connection.
  * This method is called after a test is executed.
  */
 protected function tearDown()
 {
     parent::tearDown();
     System_Locator_TableLocator::unsetInstance();
 }