connection = new \Mongo($connectingString); $this->db = $this->connection->selectDb($database); $this->upgradeService = new \Szurubooru\UpgradeService($this->db); $this->upgradeService->prepareForUsage(); } public function tearDown() { $this->upgradeService->removeAllData(); } }