first commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
class HTMLPurifier_AttrDef_HTML_MultiLengthTest extends HTMLPurifier_AttrDef_HTML_LengthTest
|
||||
|
||||
{
|
||||
|
||||
|
||||
|
||||
function setup() {
|
||||
|
||||
$this->def = new HTMLPurifier_AttrDef_HTML_MultiLength();
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
function test() {
|
||||
|
||||
|
||||
|
||||
// length check
|
||||
|
||||
parent::test();
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user