Changeset 56145 for trunk/tests/phpunit/tests/block-template-utils.php
- Timestamp:
- 07/06/2023 03:02:57 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-template-utils.php
r55993 r56145 136 136 $this->assertSame( 'publish', $template->status ); 137 137 $this->assertSame( 'theme', $template->source ); 138 $this->assertSame( 'Single ', $template->title );138 $this->assertSame( 'Single Posts', $template->title ); 139 139 $this->assertSame( 'Displays single posts on your website unless a custom template has been applied to that post or a dedicated template exists.', $template->description ); 140 140 $this->assertSame( 'wp_template', $template->type );
Note: See TracChangeset
for help on using the changeset viewer.