Improve auto-paragraph to preserve newlines and handle edge-cases better.
[htmlpurifier.git] / tests / HTMLPurifier / InjectorHarness.php
blob01cd327103f7906d9ba628a0227f880b18639561
1 <?php
3 class HTMLPurifier_InjectorHarness extends HTMLPurifier_StrategyHarness
6 function setUp() {
7 parent::setUp();
8 $this->obj = new HTMLPurifier_Strategy_MakeWellFormed();