- Timestamp:
- 09/20/2024 02:05:50 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/wpRestTemplateAutosavesController.php
r57710 r59073 311 311 $properties = $data['schema']['properties']; 312 312 313 $this->assertCount( 1 8, $properties );313 $this->assertCount( 19, $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.' ); … … 329 329 $this->assertArrayHasKey( 'author_text', $properties, 'author_text key should exist in properties.' ); 330 330 $this->assertArrayHasKey( 'original_source', $properties, 'original_source key should exist in properties.' ); 331 $this->assertArrayHasKey( 'plugin', $properties, 'plugin key should exist in properties.' ); 331 332 } 332 333
Note: See TracChangeset
for help on using the changeset viewer.