- Timestamp:
- 03/29/2017 05:05:41 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-posts-controller.php
r40324 r40350 2836 2836 $response = $this->server->dispatch( $request ); 2837 2837 2838 $this->assertNotInstanceOf( 'WP_Error', $response );2839 2838 $this->assertEquals( 200, $response->get_status() ); 2840 2839 $data = $response->get_data(); … … 2851 2850 $response = $this->server->dispatch( $request ); 2852 2851 2853 $this->assertNotInstanceOf( 'WP_Error', $response );2854 2852 $this->assertEquals( 200, $response->get_status() ); 2855 2853 $data = $response->get_data();
Note: See TracChangeset
for help on using the changeset viewer.