aboutsummaryrefslogtreecommitdiffstats
path: root/lib/htmlpurifier/tests/HTMLPurifier/HTMLModuleHarness.php
blob: 7aadf468a4d99a67ee8678f637c8ef00bf809e16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php

class HTMLPurifier_HTMLModuleHarness extends HTMLPurifier_StrategyHarness
{
    function setup() {
        parent::setup();
        $this->obj = new HTMLPurifier_Strategy_Core();
    }
}

// vim: et sw=4 sts=4