- Timestamp:
- 05/28/2024 06:04:37 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/block-supports/wpRenderBackgroundSupport.php
r58181 r58222 69 69 * @ticket 59357 70 70 * @ticket 60175 71 * @ticket 61123 71 72 * 72 73 * @covers ::wp_render_background_support … … 133 134 'background_style' => array( 134 135 'backgroundImage' => array( 135 'url' => 'https://example.com/image.jpg', 136 'source' => 'file', 136 'url' => 'https://example.com/image.jpg', 137 137 ), 138 138 ), … … 148 148 'background_style' => array( 149 149 'backgroundImage' => array( 150 'url' => 'https://example.com/image.jpg', 151 'source' => 'file', 150 'url' => 'https://example.com/image.jpg', 152 151 ), 153 152 'backgroundRepeat' => 'no-repeat', … … 165 164 'background_style' => array( 166 165 'backgroundImage' => array( 167 'url' => 'https://example.com/image.jpg', 168 'source' => 'file', 166 'url' => 'https://example.com/image.jpg', 169 167 ), 170 168 ), … … 180 178 'background_style' => array( 181 179 'backgroundImage' => array( 182 'url' => 'https://example.com/image.jpg', 183 'source' => 'file', 180 'url' => 'https://example.com/image.jpg', 184 181 ), 185 182 ), … … 195 192 'background_style' => array( 196 193 'backgroundImage' => array( 197 'url' => 'https://example.com/image.jpg', 198 'source' => 'file', 194 'url' => 'https://example.com/image.jpg', 199 195 ), 200 196 ),
Note: See TracChangeset
for help on using the changeset viewer.