/** * @test */ public function formWithSecureFormMailDisabledDoesNotContainRecipientField() { $GLOBALS['TYPO3_CONF_VARS']['FE']['secureFormmail'] = FALSE; $this->assertContains('name="recipient', $this->cObj->FORM(array('recipient' => '*****@*****.**', 'recipient.' => array()), array())); }