summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/core/URI_test.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codeigniter/core/URI_test.php')
-rw-r--r--tests/codeigniter/core/URI_test.php2
1 files changed, 1 insertions, 1 deletions
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)');
}
// --------------------------------------------------------------------