public function tearDown()
 {
     unset($this->fixture);
     \TYPO3\CMS\Core\FormProtection\FormProtectionFactory::purgeInstances();
 }
 public function tearDown()
 {
     \TYPO3\CMS\Core\FormProtection\FormProtectionFactory::purgeInstances();
     parent::tearDown();
 }
 protected function tearDown()
 {
     FormProtectionFactory::purgeInstances();
     parent::tearDown();
 }