diff options
author | Andrey Andreev <narf@devilix.net> | 2014-12-15 16:30:03 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-12-15 16:30:03 +0100 |
commit | eceebe3bedfd635c41ce2d849bcb32766d1e6cb9 (patch) | |
tree | 110f093af4d8cdb120cf56f0fa29b6e28fce3372 | |
parent | 466e8ccb0ad647fd8e477e881dfddc14c6d7cbc8 (diff) |
Remove minifier test
-rw-r--r-- | tests/codeigniter/core/Output_test.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/codeigniter/core/Output_test.php b/tests/codeigniter/core/Output_test.php index 0eeb93f7b..a06c17045 100644 --- a/tests/codeigniter/core/Output_test.php +++ b/tests/codeigniter/core/Output_test.php @@ -38,16 +38,6 @@ HTML; // -------------------------------------------------------------------- - public function test_minify() - { - $this->assertEquals( - str_replace(array("\t", "\n"), '', $this->_output_data), - $this->output->minify($this->_output_data) - ); - } - - // -------------------------------------------------------------------- - public function test_get_content_type() { $this->assertEquals('text/html', $this->output->get_content_type()); |