Changeset 38771 for trunk/tests/phpunit/tests/rest-api.php
- Timestamp:
- 10/10/2016 09:48:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api.php
r37646 r38771 21 21 22 22 /** 23 * The plugin should be installed and activated.24 */ 25 function test_rest_api_activ ated() {23 * Checks that the main classes are loaded. 24 */ 25 function test_rest_api_active() { 26 26 $this->assertTrue( class_exists( 'WP_REST_Server' ) ); 27 $this->assertTrue( class_exists( 'WP_REST_Request' ) ); 28 $this->assertTrue( class_exists( 'WP_REST_Response' ) ); 27 29 } 28 30
Note: See TracChangeset
for help on using the changeset viewer.