Skip to content

Commit e6a8792

Browse files
committed
Tests: Rename rest-api group to restapi for consistency.
Rename the group in `tests/phpunit/tests/rest-api/wpIsRestEndpoint.php` to `restapi` for consistency with the group name used by other REST API related tests. Follow up to [57312]. See #62280. git-svn-id: https://develop.svn.wordpress.org/trunk@59820 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 474f6c4 commit e6a8792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/phpunit/tests/rest-api/wpIsRestEndpoint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* Tests for the `wp_is_rest_endpoint()` function.
55
*
6-
* @group rest-api
6+
* @group restapi
77
* @covers ::wp_is_rest_endpoint
88
*/
99
class Tests_Media_Wp_Is_Rest_Endpoint extends WP_UnitTestCase {

0 commit comments

Comments
 (0)