Skip to content

Commit

Permalink
Tests: Rename rest-api group to restapi for consistency.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
peterwilsoncc committed Feb 13, 2025
1 parent 474f6c4 commit e6a8792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/phpunit/tests/rest-api/wpIsRestEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Tests for the `wp_is_rest_endpoint()` function.
*
* @group rest-api
* @group restapi
* @covers ::wp_is_rest_endpoint
*/
class Tests_Media_Wp_Is_Rest_Endpoint extends WP_UnitTestCase {
Expand Down

0 comments on commit e6a8792

Please sign in to comment.