Example #1
0
 protected function tearDown()
 {
     $this->testDb->fullDestruct();
     $this->testDb = null;
     $this->dbManager = null;
     $this->licenseDao = null;
 }
 protected function tearDown()
 {
     return;
     $this->testInstaller->clear();
     $this->testDb->fullDestruct();
     $this->testDb = null;
 }
Example #3
0
 protected function tearDown()
 {
     $this->testDb->fullDestruct();
     $this->testDb = null;
     $this->dbManager = null;
     $this->licenseDao = null;
     $this->highlightDao = null;
     $this->clearingDao = null;
     M::close();
 }