Esempio n. 1
0
 /**
  * 
  * Teardown; runs after each test method.
  * 
  */
 public function teardown()
 {
     parent::teardown();
 }
Esempio n. 2
0
 /**
  * 
  * Setup; runs after each test method.
  * 
  */
 public function teardown()
 {
     $this->_adapter = null;
     parent::teardown();
 }