From 89ac260b3371dba31ead6f3496fdde2d1e387079 Mon Sep 17 00:00:00 2001 From: Dennis Snell Date: Mon, 2 Sep 2024 17:07:00 -0500 Subject: [PATCH] Expand default test class. --- tests/phpunit/tests/html-api/wpHtmlTagProcessor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/phpunit/tests/html-api/wpHtmlTagProcessor.php b/tests/phpunit/tests/html-api/wpHtmlTagProcessor.php index 7b0c2a9cc7fc5..393fd2cda06db 100644 --- a/tests/phpunit/tests/html-api/wpHtmlTagProcessor.php +++ b/tests/phpunit/tests/html-api/wpHtmlTagProcessor.php @@ -2241,7 +2241,7 @@ public function test_class_list_visits_unique_class_names_only_once() { * * @ticket 61531 * - * @covers ::class_list + * @covers WP_HTML_Tag_Processor::class_list */ public function test_class_list_null_bytes_replaced() { $processor = new WP_HTML_Tag_Processor( "
" ); @@ -2257,7 +2257,7 @@ public function test_class_list_null_bytes_replaced() { * * @ticket 61531 * - * @covers ::has_class + * @covers WP_HTML_Tag_Processor::has_class */ public function test_has_class_null_byte_class_name() { $processor = new WP_HTML_Tag_Processor( "
" );