コード例 #1
0
ファイル: DatabaseTestCase.php プロジェクト: a4tunado/piwik
 /**
  * Resets all caches and drops the database
  */
 public function tearDown()
 {
     parent::tearDown();
     $this->fixture->performTearDown();
 }