예제 #1
0
 protected function setUp()
 {
     parent::setUp();
     $this->table = System_Locator_TableLocator::getInstance()->get('Tree');
 }
예제 #2
0
파일: MysqlTest.php 프로젝트: kandy/system
 protected function tearDown()
 {
     parent::tearDown();
     $this->_dropTestTable();
 }
예제 #3
0
파일: AuthTest.php 프로젝트: kandy/system
 /**
  * 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();
 }
예제 #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();
 }