Skip to content

Commit 202a1f3

Browse files
committed
Build/Test tools: Unify REST API group as restapi.
Replace `@group rest-api` with `@group restapi` to unify the tests under the one group name, chosen on the basis that majority rules. Follow up to r61045, r61032. See #64225. git-svn-id: https://develop.svn.wordpress.org/trunk@61999 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 3839805 commit 202a1f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @covers WP_REST_Abilities_V1_Categories_Controller
77
*
88
* @group abilities-api
9-
* @group rest-api
9+
* @group restapi
1010
*/
1111
class Tests_REST_API_WpRestAbilitiesV1CategoriesController extends WP_UnitTestCase {
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @covers WP_REST_Abilities_V1_List_Controller
77
*
88
* @group abilities-api
9-
* @group rest-api
9+
* @group restapi
1010
*/
1111
class Tests_REST_API_WpRestAbilitiesV1ListController extends WP_UnitTestCase {
1212

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* @covers WP_REST_Abilities_V1_Run_Controller
77
*
88
* @group abilities-api
9-
* @group rest-api
9+
* @group restapi
1010
*/
1111
class Tests_REST_API_WpRestAbilitiesV1RunController extends WP_UnitTestCase {
1212

0 commit comments

Comments
 (0)