mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-19 04:12:31 +02:00
Fix newline issues in tests.
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
@@ -18,6 +18,8 @@ class HTMLPurifier_Harness extends UnitTestCase
|
||||
*/
|
||||
public function setUp() {
|
||||
list($this->config, $this->context) = $this->createCommon();
|
||||
$this->config->set('Output', 'Newline', '
|
||||
');
|
||||
$this->purifier = new HTMLPurifier();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user