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.

Built from https://develop.svn.wordpress.org/trunk@59820


git-svn-id: http://core.svn.wordpress.org/trunk@59162 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2025-02-13 23:44:23 +00:00
parent 7244fe456e
commit ef3aea6dff

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59819';
$wp_version = '6.8-alpha-59820';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.