コード例 #1
0
ファイル: connection_handling.php プロジェクト: bermi/akelos
 function __construct()
 {
     $this->dropTables('all');
     AkUnitTestSuite::cleanupTmpDir();
     $Config = new AkConfig();
     $Config->clearStaticCache('database');
     parent::__construct();
 }