コード例 #1
0
 protected function tearDown()
 {
     parent::tearDown();
     foreach ($this->tablesUsed as $table) {
         $this->db->delete($table, '*', __METHOD__);
     }
 }
コード例 #2
0
 protected function tearDown()
 {
     parent::tearDown();
 }
コード例 #3
0
 protected function tearDown()
 {
     \MessageCache::singleton()->disable();
     parent::tearDown();
 }