Changeset 58413 for trunk/tests/phpunit/tests/theme/wpThemeJsonResolver.php
- Timestamp:
- 06/14/2024 09:03:40 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme/wpThemeJsonResolver.php
r58264 r58413 1161 1161 ), 1162 1162 ), 1163 // @ticket 61440 1164 array( 1165 'blockTypes' => array( 'core/group', 'core/columns' ), 1166 'version' => 3, 1167 'slug' => 'WithSlug', 1168 'title' => 'With Slug', 1169 'styles' => array( 1170 'color' => array( 1171 'background' => 'aliceblue', 1172 'text' => 'midnightblue', 1173 ), 1174 ), 1175 ), 1163 1176 ), 1164 1177 ),
Note: See TracChangeset
for help on using the changeset viewer.