- Timestamp:
- 05/01/2018 11:45:35 PM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/tests/phpunit/tests/rest-api/rest-posts-controller.php
r42427 r43072 3135 3135 $this->assertEquals( array( 3136 3136 'type' => 'string', 3137 'enum' => array( 'publish', 'future', 'draft', 'pending', 'private', 'trash', 'auto-draft', 'inherit', 'any' ), 3137 'enum' => array( 3138 'publish', 3139 'future', 3140 'draft', 3141 'pending', 3142 'private', 3143 'trash', 3144 'auto-draft', 3145 'inherit', 3146 'request-pending', 3147 'request-confirmed', 3148 'request-failed', 3149 'request-completed', 3150 'any', 3151 ), 3138 3152 ), $status_arg['items'] ); 3139 3153 }
Note: See TracChangeset
for help on using the changeset viewer.