Changeset 56614 for trunk/tests/phpunit/tests/theme/wpThemeJson.php
- Timestamp:
- 09/19/2023 01:27:43 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/theme/wpThemeJson.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme/wpThemeJson.php
r56548 r56614 263 263 $actual = $theme_json->get_settings(); 264 264 $expected = array( 265 'background' => array( 266 'backgroundImage' => true, 267 ), 265 268 'border' => array( 266 269 'width' => true, … … 296 299 ), 297 300 'core/group' => array( 301 'background' => array( 302 'backgroundImage' => true, 303 ), 298 304 'border' => array( 299 305 'width' => true,
Note: See TracChangeset
for help on using the changeset viewer.