Skip to content
Prev Previous commit
Next Next commit
Forgot to remove tests condition related to unset
  • Loading branch information
ramonjd committed Aug 26, 2024
commit 968e4efe6954736dc293ee795ca83b3ee5426c0f
5 changes: 0 additions & 5 deletions tests/phpunit/tests/theme/wpThemeJson.php
Original file line number Diff line number Diff line change
Expand Up @@ -5271,12 +5271,7 @@ public function test_get_resolved_background_image_styles() {
'core/group' => array(
'background' => array(
'backgroundImage' => array(
/*
* Merged theme.json and global styles retain the "ref" value,
* even though the URL is provided in the global styles.
*/
'id' => 123,
'ref' => 'styles.background.backgroundImage',
'url' => 'http://example.org/group.png',
),
),
Expand Down