Ejemplo n.º 1
0
 function __construct()
 {
     $this->dropTables('all');
     AkUnitTestSuite::cleanupTmpDir();
     $Config = new AkConfig();
     $Config->clearStaticCache('database');
     parent::__construct();
 }