Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed Feb 23, 2016
1 parent 8182157 commit 47b5b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/classes/SanitizeTest.php
Expand Up @@ -192,7 +192,7 @@ public function testFormat($key, $value, $expected)
*/
public function testJsFormat()
{
$this->assertEquals("`foo`", SanitizeTest::jsFormat('foo'));
$this->assertEquals("`foo`", Sanitize::jsFormat('foo'));
}

/**
Expand Down

0 comments on commit 47b5b07

Please sign in to comment.