- Timestamp:
- 09/20/2024 02:05:50 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/wpRestTemplateRevisionsController.php
r57710 r59073 450 450 $properties = $data['schema']['properties']; 451 451 452 $this->assertCount( 1 8, $properties );452 $this->assertCount( 19, $properties ); 453 453 $this->assertArrayHasKey( 'id', $properties, 'ID key should exist in properties.' ); 454 454 $this->assertArrayHasKey( 'slug', $properties, 'Slug key should exist in properties.' ); … … 468 468 $this->assertArrayHasKey( 'author_text', $properties, 'author_text key should exist in properties.' ); 469 469 $this->assertArrayHasKey( 'original_source', $properties, 'original_source key should exist in properties.' ); 470 $this->assertArrayHasKey( 'plugin', $properties, 'plugin key should exist in properties.' ); 470 471 } 471 472
Note: See TracChangeset
for help on using the changeset viewer.