Skip to content

Commit 1b68340

Browse files
committed
Fix typo
1 parent 3658d73 commit 1b68340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codeigniter/core/Security_test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public function test_xss_clean_entity_double_encoded()
121121

122122
// --------------------------------------------------------------------
123123

124-
public function text_xss_clean_js_link_removal()
124+
public function test_xss_clean_js_link_removal()
125125
{
126126
// This one is to prevent a false positive
127127
$this->assertEquals(

0 commit comments

Comments
 (0)