コード例 #1
0
ファイル: Collection.php プロジェクト: btweedy/foresmo
 /**
  * 
  * 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();
 }