We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 345fc24 commit be0598cCopy full SHA for be0598c
tests/tests/MB/ValidatorTest.php
@@ -34,7 +34,7 @@ public function test_validate_encoding_invalid()
34
$this->assertFalse($this->validator->validateEncoding('NOTANENCODING', true));
35
}
36
37
- public function test_validate_encoding_invali_case()
+ public function test_validate_encoding_invalid_case()
38
{
39
$this->assertFalse($this->validator->validateEncoding('utf-8', true));
40
0 commit comments