Skip to content

Commit

Permalink
El LINTO DEL DIABLO
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed May 28, 2024
1 parent a5c5ea8 commit 6189bff
Showing 1 changed file with 36 additions and 36 deletions.
72 changes: 36 additions & 36 deletions tests/phpunit/tests/rest-api/rest-global-styles-controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,49 +153,49 @@ public function test_get_theme_items() {
'title' => 'variation-a',
),
array(
'version' => 2,
/* '_links' => array(
'curies' => array(
array(
'name' => 'wp',
'href' => 'https://api.w.org/{rel}',
'templated' => true,
),
),
'wp:theme-file' => array(
array(
'href' => 'http://localhost:8889/wp-content/themes/emptytheme/assets/sugarloaf-mountain.jpg',
'name' => 'file:./assets/sugarloaf-mountain.jpg',
'target' => 'styles.background.backgroundImage.url',
'type' => 'image/jpeg',
),
),
),*/
'settings' => array(
'blocks' => array(
'core/post-title' => array(
'color' => array(
'palette' => array(
'theme' => array(
array(
'slug' => 'light',
'name' => 'Light',
'color' => '#f1f1f1',
'version' => 2,
/* '_links' => array(
'curies' => array(
array(
'name' => 'wp',
'href' => 'https://api.w.org/{rel}',
'templated' => true,
),
),
'wp:theme-file' => array(
array(
'href' => 'http://localhost:8889/wp-content/themes/emptytheme/assets/sugarloaf-mountain.jpg',
'name' => 'file:./assets/sugarloaf-mountain.jpg',
'target' => 'styles.background.backgroundImage.url',
'type' => 'image/jpeg',
),
),
),*/
'settings' => array(
'blocks' => array(
'core/post-title' => array(
'color' => array(
'palette' => array(
'theme' => array(
array(
'slug' => 'light',
'name' => 'Light',
'color' => '#f1f1f1',
),
),
),
),
),
),
),
),
),
),
),
),
),
/* 'styles' => array(
/* 'styles' => array(
'background' => array(
'backgroundImage' => array(
'url' => 'http://localhost:8889/wp-content/themes/block-theme/assets/sugarloaf-mountain.jpg',
),
),
),*/
'title' => 'variation-b',
'title' => 'variation-b',
),
array(
'version' => 2,
Expand Down

0 comments on commit 6189bff

Please sign in to comment.