diff --git a/tests/UnitTests/A_Core/PluginTests/OutputFilterTrimWhitespaceTest.php b/tests/UnitTests/A_Core/PluginTests/OutputFilterTrimWhitespaceTest.php deleted file mode 100644 index 09c949b8..00000000 --- a/tests/UnitTests/A_Core/PluginTests/OutputFilterTrimWhitespaceTest.php +++ /dev/null @@ -1,47 +0,0 @@ -setUpSmarty(dirname(__FILE__)); - $this->smarty->loadFilter('output', 'trimwhitespace'); - } - - public function testInit() - { - $this->cleanDirs(); - } - - public function testWhitespace() - { - $expected = -'
- foobar -
- foobar -
'; - - - $this->assertEquals($this->normalizeString($expected), $this->normalizeString($this->smarty->fetch('whitespace.tpl'))); - } -} diff --git a/tests/UnitTests/A_Core/PluginTests/templates/whitespace.tpl b/tests/UnitTests/A_Core/PluginTests/templates/whitespace.tpl deleted file mode 100644 index 0dc27012..00000000 --- a/tests/UnitTests/A_Core/PluginTests/templates/whitespace.tpl +++ /dev/null @@ -1,45 +0,0 @@ - - - - - -
- foobar --
- foobar --
- -
- - - \ No newline at end of file