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