Changeset 55500 for trunk/tests/phpunit/tests/block-template-utils.php
- Timestamp:
- 03/09/2023 04:29:13 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-template-utils.php
r55493 r55500 135 135 $this->assertSame( 'theme', $template->source ); 136 136 $this->assertSame( 'Single', $template->title ); 137 $this->assertSame( ' The default template for displaying any single post or attachment.', $template->description );137 $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 ); 138 138 $this->assertSame( 'wp_template', $template->type ); 139 139
Note: See TracChangeset
for help on using the changeset viewer.