Skip to content

Commit

Permalink
Added rest endpoint to reset schema
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Jun 13, 2023
1 parent 7af702c commit 82b6ddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/phpunit/tests/rest-api/rest-schema-setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ public function test_expected_routes_in_schema() {
'/wp/v2/comments',
'/wp/v2/comments/(?P<id>[\\d]+)',
'/wp/v2/global-styles/(?P<id>[\/\w-]+)',
'/wp/v2/global-styles/(?P<parent>[\d]+)/revisions',
'/wp/v2/global-styles/themes/(?P<stylesheet>[\/\s%\w\.\(\)\[\]\@_\-]+)/variations',
'/wp/v2/global-styles/themes/(?P<stylesheet>[^\/:<>\*\?"\|]+(?:\/[^\/:<>\*\?"\|]+)?)',
'/wp/v2/search',
Expand Down

0 comments on commit 82b6ddd

Please sign in to comment.