PSR-2 reformatting PHPDoc corrections
[htmlpurifier.git] / tests / HTMLPurifier / StrategyHarness.php
blob794c0423398c2b344d0157874c91c37f68f3488d
1 <?php
3 class HTMLPurifier_StrategyHarness extends HTMLPurifier_ComplexHarness
6 public function setUp()
8 parent::setUp();
9 $this->func = 'execute';
10 $this->to_tokens = true;
11 $this->to_html = true;
16 // vim: et sw=4 sts=4