コード例 #1
0
 public function testGetEmbedScript()
 {
     $embedScript = ContactWebFormsUtil::getEmbedScript(1);
     $this->assertNotEmpty($embedScript);
     $this->assertTrue(strpos($embedScript, 'zurmoExternalWebForm') !== false);
 }
コード例 #2
0
 public function testGetEmbedScript()
 {
     $embedScript = ContactWebFormsUtil::getEmbedScript(1);
     $this->assertNotEmpty($embedScript);
     $this->assertContains('zurmoExternalWebForm', $embedScript);
 }