public function testGetEmbedScript() { $embedScript = ContactWebFormsUtil::getEmbedScript(1); $this->assertNotEmpty($embedScript); $this->assertTrue(strpos($embedScript, 'zurmoExternalWebForm') !== false); }
public function testGetEmbedScript() { $embedScript = ContactWebFormsUtil::getEmbedScript(1); $this->assertNotEmpty($embedScript); $this->assertContains('zurmoExternalWebForm', $embedScript); }