Ticket #48155: 48155.patch
File 48155.patch, 682 bytes (added by , 19 months ago) |
---|
-
tests/phpunit/tests/rest-api/rest-post-statuses-controller.php
161 161 $this->assertArrayHasKey( 'queryable', $properties ); 162 162 $this->assertArrayHasKey( 'show_in_list', $properties ); 163 163 $this->assertArrayHasKey( 'slug', $properties ); 164 $this->assertArray hasKey( 'date_floating', $properties );164 $this->assertArrayHasKey( 'date_floating', $properties ); 165 165 } 166 166 167 167 public function test_get_additional_field_registration() {