From 6189bffd1dcc2314c707fdd18fe4c791ed9c92d3 Mon Sep 17 00:00:00 2001 From: ramon Date: Tue, 28 May 2024 14:37:41 +1000 Subject: [PATCH] El LINTO DEL DIABLO --- .../rest-global-styles-controller.php | 72 +++++++++---------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/tests/phpunit/tests/rest-api/rest-global-styles-controller.php b/tests/phpunit/tests/rest-api/rest-global-styles-controller.php index 246e025d4414c..630cdca928393 100644 --- a/tests/phpunit/tests/rest-api/rest-global-styles-controller.php +++ b/tests/phpunit/tests/rest-api/rest-global-styles-controller.php @@ -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,