public static function tearDownAfterClass()
 {
     //Cleanup db after all tests have run
     TestData::remove(static::$staticDcumentManager);
 }
 public static function tearDownAfterClass()
 {
     TestData::remove(static::$staticDcumentManager);
 }
 public function removeAction()
 {
     TestData::remove($this->serviceLocator->get('doctrine.odm.documentmanager.default'));
     return;
 }