Skip to content

Commit

Permalink
Forgot to remove tests condition related to unset
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd committed Aug 16, 2024
1 parent e9478c8 commit b32f4ae
Showing 1 changed file with 0 additions and 5 deletions.
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

0 comments on commit b32f4ae

Please sign in to comment.