some important stuff we'll need
This commit is contained in:
13
lib/htmlpurifier/tests/HTMLPurifier/InjectorHarness.php
Normal file
13
lib/htmlpurifier/tests/HTMLPurifier/InjectorHarness.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
class HTMLPurifier_InjectorHarness extends HTMLPurifier_StrategyHarness
|
||||
{
|
||||
|
||||
function setUp() {
|
||||
parent::setUp();
|
||||
$this->obj = new HTMLPurifier_Strategy_MakeWellFormed();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// vim: et sw=4 sts=4
|
||||
Reference in New Issue
Block a user