예제 #1
0
 /**
  * 
  * Teardown; runs after each test method.
  * 
  */
 public function teardown()
 {
     parent::teardown();
 }
예제 #2
0
파일: Adapter.php 프로젝트: btweedy/foresmo
 /**
  * 
  * Setup; runs after each test method.
  * 
  */
 public function teardown()
 {
     $this->_adapter = null;
     parent::teardown();
 }