Skip to content

Commit

Permalink
Add new route to schema test in WP_Test_REST_Schema_Initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Dec 9, 2024
1 parent 51eea7d commit a8ee86d
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 @@ -189,6 +189,7 @@ public function test_expected_routes_in_schema() {
'/wp-site-health/v1/directory-sizes',
'/wp/v2/wp_pattern_category',
'/wp/v2/wp_pattern_category/(?P<id>[\d]+)',
'/wp/v2/counts/(?P<post_type>[\w-]+)',
'/wp/v2/font-collections',
'/wp/v2/font-collections/(?P<slug>[\/\w-]+)',
'/wp/v2/font-families',
Expand Down

0 comments on commit a8ee86d

Please sign in to comment.