- Timestamp:
- 01/27/2024 12:05:24 AM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/wpRestTemplateRevisionsController.php
r57268 r57366 450 450 $properties = $data['schema']['properties']; 451 451 452 $this->assertCount( 1 6, $properties );452 $this->assertCount( 18, $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.' ); … … 466 466 $this->assertArrayHasKey( 'is_custom', $properties, 'is_custom key should exist in properties.' ); 467 467 $this->assertArrayHasKey( 'parent', $properties, 'Parent key should exist in properties.' ); 468 $this->assertArrayHasKey( 'author_text', $properties, 'Parent key should exist in properties.' ); 469 $this->assertArrayHasKey( 'original_source', $properties, 'Parent key should exist in properties.' ); 468 470 } 469 471
Note: See TracChangeset
for help on using the changeset viewer.