config = new \Szurubooru\Config(); $this->config->databaseHost = 'localhost'; $this->config->databasePort = 27017; $this->config->databaseName = 'test'; $this->upgradeService = new \Szurubooru\UpgradeService($this->config); $this->upgradeService->prepareForUsage(); } public function tearDown() { $this->upgradeService->removeAllData(); } }