protected function tearDown()
 {
     parent::tearDown();
     $this->em = null;
 }
Example #2
0
 protected function tearDown()
 {
     $this->csrfProvider = null;
     parent::tearDown();
 }
Example #3
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->objectChoices = null;
 }
Example #4
0
 protected function tearDown()
 {
     $this->validator = null;
     parent::tearDown();
 }