We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f02a49 commit 83fc6ffCopy full SHA for 83fc6ff
1 file changed
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