Support for inline-block.
[htmlpurifier.git] / tests / HTMLPurifier / StrategyHarness.php
blob15f22f6bd84cd2038f30ec1a232c79921d2e54b8
1 <?php
3 class HTMLPurifier_StrategyHarness extends HTMLPurifier_ComplexHarness
6 function setUp() {
7 parent::setUp();
8 $this->func = 'execute';
9 $this->to_tokens = true;
10 $this->to_html = true;
15 // vim: et sw=4 sts=4