Skip to content

Commit 2c9a17d

Browse files
committed
Fix group -> ticket test annotation
1 parent 33a1a52 commit 2c9a17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/html-api/wpHtmlProcessor.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ public function test_ensure_next_token_method_extensibility( $html, $expected_to
10681068
/**
10691069
* Ensure that lowercased tag_name query matches tags case-insensitively.
10701070
*
1071-
* @group 62427
1071+
* @ticket 62427
10721072
*/
10731073
public function test_next_tag_lowercase_tag_name() {
10741074
// The upper case <DIV> is irrelevant but illustrates the case-insentivity.

0 commit comments

Comments
 (0)