- Timestamp:
- 10/08/2020 10:12:02 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-schema-setup.php
r48937 r49109 119 119 '/wp/v2/users/(?P<id>[\\d]+)', 120 120 '/wp/v2/users/me', 121 '/wp/v2/users/(?P<user_id>(?:[\\d]+|me))/application-passwords', 122 '/wp/v2/users/(?P<user_id>(?:[\\d]+|me))/application-passwords/(?P<uuid>[\\w\\-]+)', 121 123 '/wp/v2/comments', 122 124 '/wp/v2/comments/(?P<id>[\\d]+)', … … 133 135 ); 134 136 135 $this->assertSame ( $expected_routes, $routes );137 $this->assertSameSets( $expected_routes, $routes ); 136 138 } 137 139
Note: See TracChangeset
for help on using the changeset viewer.