コード例 #1
0
ファイル: TestOfLogger.php プロジェクト: prop7/thinktank
 function tearDown()
 {
     parent::tearDown();
 }
コード例 #2
0
 /**
  * Drop the database and kill the connection
  */
 function tearDown()
 {
     $this->testdb_helper->drop($this->db);
     $this->db->closeConnection($this->conn);
     parent::tearDown();
 }