You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
228B

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