first commit
This commit is contained in:
16
htmlpurifier-4.10.0/tests/HTMLPurifier/StrategyHarness.php
Executable file
16
htmlpurifier-4.10.0/tests/HTMLPurifier/StrategyHarness.php
Executable file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
class HTMLPurifier_StrategyHarness extends HTMLPurifier_ComplexHarness
|
||||
{
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
$this->func = 'execute';
|
||||
$this->to_tokens = true;
|
||||
$this->to_html = true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// vim: et sw=4 sts=4
|
Reference in New Issue
Block a user