diff --git a/tests/HTMLPurifier/HTMLModule/SafeObjectTest.php b/tests/HTMLPurifier/HTMLModule/SafeObjectTest.php index d2db2460..67f91d6e 100644 --- a/tests/HTMLPurifier/HTMLModule/SafeObjectTest.php +++ b/tests/HTMLPurifier/HTMLModule/SafeObjectTest.php @@ -21,14 +21,14 @@ class HTMLPurifier_HTMLModule_SafeObjectTest extends HTMLPurifier_HTMLModuleHarn // embed is purposely removed $this->assertResult( '', - '' + '' ); } function testMalicious() { $this->assertResult( '', - '' + '' ); } diff --git a/tests/HTMLPurifier/Injector/SafeObjectTest.php b/tests/HTMLPurifier/Injector/SafeObjectTest.php index 7a6cbb0d..276ef92b 100644 --- a/tests/HTMLPurifier/Injector/SafeObjectTest.php +++ b/tests/HTMLPurifier/Injector/SafeObjectTest.php @@ -64,7 +64,7 @@ class HTMLPurifier_Injector_SafeObjectTest extends HTMLPurifier_InjectorHarness function testKeepValidData() { $this->assertResult( '', - '' + '' ); } diff --git a/tests/HTMLPurifierTest.php b/tests/HTMLPurifierTest.php index 3dd97e6d..63cccae8 100644 --- a/tests/HTMLPurifierTest.php +++ b/tests/HTMLPurifierTest.php @@ -199,7 +199,7 @@ alert(""); $this->config->set('HTML', 'SafeEmbed', true); $this->assertPurification( '', - '' + '' ); } @@ -210,7 +210,7 @@ alert(""); $this->config->set('URI', 'SecureMungeSecretKey', 'foo'); $this->assertPurification( '', - '' + '' ); }