- Timestamp:
- 02/26/2024 10:27:30 AM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/wpRestTemplateRevisionsController.php
r57366 r57710 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, ' Parentkey should exist in properties.' );468 $this->assertArrayHasKey( 'author_text', $properties, 'author_text key should exist in properties.' ); 469 $this->assertArrayHasKey( 'original_source', $properties, 'original_source key should exist in properties.' ); 470 470 } 471 471
Note: See TracChangeset
for help on using the changeset viewer.