From 61a0aee144710228ea30afa672adf530623d35d5 Mon Sep 17 00:00:00 2001 From: Razican Date: Tue, 11 Nov 2014 12:36:21 +0200 Subject: Fixed tests Signed-off-by: Razican --- tests/codeigniter/core/URI_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/codeigniter/core/URI_test.php b/tests/codeigniter/core/URI_test.php index b05a385d6..4b1d644e3 100644 --- a/tests/codeigniter/core/URI_test.php +++ b/tests/codeigniter/core/URI_test.php @@ -138,7 +138,7 @@ class URI_test extends CI_TestCase { $str = $this->uri->filter_uri('$destroy_app(foo)'); - $this->assertEquals($str, '$destroy_app(foo)'); + $this->assertEquals($str, '$destroy_app(foo)'); } // -------------------------------------------------------------------- -- cgit v1.2.3-24-g4f1b