collection = new Collection($this->manager, $this->getDatabaseName(), $this->getCollectionName()); $this->dropCollection(); } private function doTearDown() { if ($this->hasFailed()) { return; } $this->dropCollection(); } }