HTMLModuleHarness.php 228 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 <?php class HTMLPurifier_HTMLModuleHarness extends HTMLPurifier_StrategyHarness { public function setup() { parent::setup(); $this->obj = new HTMLPurifier_Strategy_Core(); } } // vim: et sw=4 sts=4