コード例 #1
0
 protected function tearDown()
 {
     parent::tearDown();
     $this->em = null;
 }
コード例 #2
0
 protected function tearDown()
 {
     $this->csrfProvider = null;
     parent::tearDown();
 }
コード例 #3
0
ファイル: ChoiceTypeTest.php プロジェクト: nicodmf/symfony
 protected function tearDown()
 {
     parent::tearDown();
     $this->objectChoices = null;
 }
コード例 #4
0
ファイル: TypeTestCase.php プロジェクト: nightchiller/symfony
 protected function tearDown()
 {
     $this->validator = null;
     parent::tearDown();
 }