mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-10-17 06:56:06 +02:00
[3.1.0] Reconfigure tester to glob for test files using *Test.php pattern.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1585 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
@@ -7,7 +7,7 @@ class HTMLPurifier_AttrDef_HTML_BoolTest extends HTMLPurifier_AttrDefHarness
|
||||
$this->def = new HTMLPurifier_AttrDef_HTML_Bool('foo');
|
||||
$this->assertDef('foo');
|
||||
$this->assertDef('', false);
|
||||
$this->assertDef('bar', false);
|
||||
$this->assertDef('bar', 'foo');
|
||||
}
|
||||
|
||||
function test_make() {
|
||||
|
@@ -18,7 +18,7 @@ class HTMLPurifier_HTMLModule_ProprietaryTest extends HTMLPurifier_HTMLModuleHar
|
||||
scrolldelay="3"
|
||||
scrollamount="5"
|
||||
loop="4"
|
||||
bgcolor="red"
|
||||
bgcolor="#FF0000"
|
||||
hspace="5"
|
||||
vspace="3"
|
||||
><div>Block</div><span>Inline</span>Text</marquee></span>'
|
||||
|
Reference in New Issue
Block a user