コード例 #1
0
ファイル: SqlBaseTest.php プロジェクト: nstielau/drops-8
 /**
  * Get the database without caching it.
  */
 public function getDatabase()
 {
     $this->database = NULL;
     return parent::getDatabase();
 }