Changeset 57594 for trunk/tests/phpunit/tests/block-templates/base.php
- Timestamp:
- 02/12/2024 01:13:38 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-templates/base.php
r54269 r57594 40 40 'post_name' => 'my_template', 41 41 'post_title' => 'My Template', 42 'post_content' => ' Content',42 'post_content' => '<!-- wp:heading {"level":1} --><h1>Template</h1><!-- /wp:heading -->', 43 43 'post_excerpt' => 'Description of my template', 44 44 'tax_input' => array( … … 58 58 'post_name' => 'my_template_part', 59 59 'post_title' => 'My Template Part', 60 'post_content' => ' Content',60 'post_content' => '<!-- wp:heading {"level":2} --><h2>Template Part</h2><!-- /wp:heading -->', 61 61 'post_excerpt' => 'Description of my template part', 62 62 'tax_input' => array(
Note: See TracChangeset
for help on using the changeset viewer.