protected function tearDown()
 {
     $this->csrfProvider = null;
     parent::tearDown();
 }
 protected function tearDown()
 {
     parent::tearDown();
     $this->em = null;
     $this->emRegistry = null;
 }
 protected function tearDown()
 {
     $this->validator = null;
     parent::tearDown();
 }
 protected function tearDown()
 {
     parent::tearDown();
     $this->objectChoices = null;
 }
 protected function tearDown()
 {
     $this->filter = null;
     $this->autoFilter = true;
     parent::tearDown();
 }