- Timestamp:
- 03/03/2023 02:42:42 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/wpRestMenuLocationsController.php
r54058 r55457 1 1 <?php 2 2 /** 3 * WP_REST_Menu_Locations_Controller tests.3 * Unit tests covering WP_REST_Menu_Locations_Controller functionality. 4 4 * 5 5 * @package WordPress 6 6 * @subpackage REST_API 7 7 * @since 5.9.0 8 */9 10 /**11 * Tests for REST API for Menu locations.12 8 * 13 9 * @group restapi
Note: See TracChangeset
for help on using the changeset viewer.