From 0c00da24ad5ffa4ef0b4c5f6c461ada2786e7529 Mon Sep 17 00:00:00 2001 From: ls-jingbo-jin Date: Tue, 11 Mar 2025 18:29:10 +1100 Subject: [PATCH] Fix typo --- tests/codeigniter/core/Security_test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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("") ); }