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 33434da commit dd700d7Copy full SHA for dd700d7
tests/phpunit/tests/formatting/antispambot.php
@@ -19,7 +19,7 @@ class Tests_Formatting_antispambot extends WP_UnitTestCase {
19
*/
20
21
public function test_returns_valid_utf8( $address, $validity ) {
22
- $this->assertSame( seems_utf8( antispambot( $address ) ), $validity );
+ $this->assertSame( wp_is_valid_utf8( antispambot( $address ) ), $validity );
23
}
24
25
public function data_returns_valid_utf8() {
0 commit comments