We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5c2e3 commit f31e47eCopy full SHA for f31e47e
tests/phpunit/tests/rest-api/rest-schema-setup.php
@@ -197,7 +197,7 @@ public function test_expected_routes_in_schema() {
197
'/wp/v2/font-families/(?P<id>[\d]+)',
198
'/wp/v2/abilities/(?P<name>[a-zA-Z0-9\-\/]+?)/run',
199
'/wp/v2/abilities/(?P<name>[a-zA-Z0-9\-\/]+)',
200
- '/wp/v2/abilities'
+ '/wp/v2/abilities',
201
);
202
203
$this->assertSameSets( $expected_routes, $routes );
0 commit comments