Esempio n. 1
0
 /**
  * Tears down the fixture, for example, closes a network connection.
  * This method is called after a test is executed.
  */
 protected function tearDown()
 {
     $this->object->getDbConnection()->query('DELETE FROM dim_l1');
     $this->object->getDbConnection()->query('DELETE FROM dim_l2');
     $this->object->getDbConnection()->query('DELETE FROM dim_l3');
 }