Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #39264, comment 42


Ignore:
Timestamp:
02/19/2017 06:06:25 AM (8 years ago)
Author:
rachelbaker
Comment:

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.
     1The 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.
    22
    33@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?