- Timestamp:
- 01/27/2024 12:05:24 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/wpRestTemplateAutosavesController.php
r56819 r57366 311 311 $properties = $data['schema']['properties']; 312 312 313 $this->assertCount( 1 6, $properties );313 $this->assertCount( 18, $properties ); 314 314 $this->assertArrayHasKey( 'id', $properties, 'ID key should exist in properties.' ); 315 315 $this->assertArrayHasKey( 'slug', $properties, 'Slug key should exist in properties.' ); … … 327 327 $this->assertArrayHasKey( 'is_custom', $properties, 'is_custom key should exist in properties.' ); 328 328 $this->assertArrayHasKey( 'parent', $properties, 'Parent key should exist in properties.' ); 329 $this->assertArrayHasKey( 'author_text', $properties, 'Parent key should exist in properties.' ); 330 $this->assertArrayHasKey( 'original_source', $properties, 'Parent key should exist in properties.' ); 329 331 } 330 332
Note: See TracChangeset
for help on using the changeset viewer.