Changeset 57266
- Timestamp:
- 01/10/2024 09:12:07 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-templates/buildBlockTemplateResultFromFile.php
r56983 r57266 27 27 $this->assertSame( 'theme', $template->source ); 28 28 $this->assertSame( 'Single Posts', $template->title ); 29 $this->assertSame( 'Displays single postson your website unless a custom template has been applied to that post or a dedicated template exists.', $template->description );29 $this->assertSame( 'Displays a single post on your website unless a custom template has been applied to that post or a dedicated template exists.', $template->description ); 30 30 $this->assertSame( 'wp_template', $template->type ); 31 31 $this->assertEmpty( $template->modified ); … … 65 65 $this->assertSame( 'single', $template->slug ); 66 66 $this->assertSame( 'Single Posts', $template->title ); 67 $this->assertSame( 'Displays single postson your website unless a custom template has been applied to that post or a dedicated template exists.', $template->description );67 $this->assertSame( 'Displays a single post on your website unless a custom template has been applied to that post or a dedicated template exists.', $template->description ); 68 68 $this->assertFalse( $template->is_custom ); 69 69 }
Note: See TracChangeset
for help on using the changeset viewer.