- Timestamp:
- 02/01/2023 03:00:19 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/wpRestBlockPatternsController.php
r55168 r55173 79 79 array( 80 80 'title' => 'Pattern One', 81 'content' => '<!-- wp:heading {"level":1} --><h1>One</h1><!-- /wp:heading -->', 82 'viewportWidth' => 1440, 81 83 'categories' => array( 'test' ), 82 'viewportWidth' => 1440,83 'content' => '<!-- wp:heading {"level":1} --><h1>One</h1><!-- /wp:heading -->',84 84 'templateTypes' => array( 'page' ), 85 85 ) … … 90 90 array( 91 91 'title' => 'Pattern Two', 92 'content' => '<!-- wp:paragraph --><p>Two</p><!-- /wp:paragraph -->', 92 93 'categories' => array( 'test' ), 93 'content' => '<!-- wp:paragraph --><p>Two</p><!-- /wp:paragraph -->',94 94 'templateTypes' => array( 'single' ), 95 95 ) … … 100 100 array( 101 101 'title' => 'Pattern Three', 102 'content' => '<!-- wp:paragraph --><p>Three</p><!-- /wp:paragraph -->', 102 103 'categories' => array( 'test', 'buttons', 'query' ), 103 'content' => '<!-- wp:paragraph --><p>Three</p><!-- /wp:paragraph -->',104 104 ) 105 105 );
Note: See TracChangeset
for help on using the changeset viewer.