diff --git a/tests/codeigniter/core/Security_test.php b/tests/codeigniter/core/Security_test.php
index 4d76f42652e..1bc1f20fedc 100644
--- a/tests/codeigniter/core/Security_test.php
+++ b/tests/codeigniter/core/Security_test.php
@@ -121,11 +121,11 @@ public function test_xss_clean_entity_double_encoded()
// --------------------------------------------------------------------
- public function text_xss_clean_js_link_removal()
+ public function test_xss_clean_js_link_removal()
{
// This one is to prevent a false positive
$this->assertEquals(
- "",
+ "",
$this->security->xss_clean("")
);
}