Esempio n. 1
0
 public function _after(TestCase $test)
 {
     $this->resetApplication();
     if ($this->testCase->cleanUpInsertedRecords) {
         $this->cleanUpInsertedRecords();
     }
     $this->fixtureManager->unload($this->testCase);
     if ($this->testCase->dropTables) {
         $this->fixtureManager->shutDown();
     }
 }