Esempio n. 1
0
 /**
  * Cleans up the environment after running a test.
  */
 protected function tearDown()
 {
     if (!empty($this->config)) {
         $this->config->clear();
     }
     $this->config = null;
     DbFactory::clearConnections();
     parent::tearDown();
 }