Changes between Initial Version and Version 1 of Ticket #39264, comment 42
- Timestamp:
- 02/19/2017 06:06:25 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39264, comment 42
initial v1 1 The test in `WP_Test_REST_Schema_Initialization->test_expected_routes_in_schema()` is so strict that it will fail when being run alongside any WP theme or plugin that registers custom endpoints. I forsee many Travis build failures in our community if that test method is left as is.1 The test in `WP_Test_REST_Schema_Initialization->test_expected_routes_in_schema()` is so strict that it will fail when being run alongside any WP theme or plugin that registers custom endpoints. 2 2 3 3 @adamsilverstein I get that you want to make sure there are no new routes added to core without handling in the JS client - what about just checking the routes with the /wp/v2/ namespace?