コード例 #1
0
 public function tearDown()
 {
     unset($this->fixture);
     \TYPO3\CMS\Core\FormProtection\FormProtectionFactory::purgeInstances();
 }
コード例 #2
0
 public function tearDown()
 {
     \TYPO3\CMS\Core\FormProtection\FormProtectionFactory::purgeInstances();
     parent::tearDown();
 }
コード例 #3
0
 protected function tearDown()
 {
     FormProtectionFactory::purgeInstances();
     parent::tearDown();
 }