- Timestamp:
- 10/07/2022 01:02:07 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-site-health-controller.php
r54043 r54402 117 117 118 118 $route = current( $route ); 119 $this->assert Equals(119 $this->assertSame( 120 120 array( WP_REST_Server::READABLE => true ), 121 121 $route['methods'] 122 122 ); 123 123 124 $this->assert Equals(124 $this->assertSame( 125 125 'test_page_cache', 126 126 $route['callback'][1]
Note: See TracChangeset
for help on using the changeset viewer.