- Timestamp:
- 01/13/2017 04:37:03 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-categories-controller.php
r39126 r39896 187 187 $data = $response->get_data(); 188 188 $first_error = array_shift( $data['data']['params'] ); 189 $this->assertContains( 'page must be greater than 1 (inclusive)', $first_error );189 $this->assertContains( 'page must be greater than or equal to 1', $first_error ); 190 190 } 191 191
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)