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 c408fd9 commit cf8a0e7Copy full SHA for cf8a0e7
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