Changeset 51281 for trunk/tests/phpunit/tests/theme/wpThemeJson.php
- Timestamp:
- 06/30/2021 03:58:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/theme/wpThemeJson.php
r51198 r51281 65 65 } 66 66 67 /** 68 * @ticket 53397 69 */ 67 70 function test_get_settings_presets_are_keyed_by_origin() { 68 71 $core_origin = new WP_Theme_JSON( … … 190 193 } 191 194 195 /** 196 * @ticket 53175 197 */ 192 198 function test_get_stylesheet() { 193 199 $theme_json = new WP_Theme_JSON( … … 308 314 } 309 315 316 /** 317 * @ticket 52991 318 */ 310 319 function test_get_stylesheet_preset_classes_work_with_compounded_selectors() { 311 320 $theme_json = new WP_Theme_JSON( … … 335 344 } 336 345 346 /** 347 * @ticket 53175 348 */ 337 349 function test_get_stylesheet_preset_rules_come_after_block_rules() { 338 350 $theme_json = new WP_Theme_JSON( … … 375 387 } 376 388 389 /** 390 * @ticket 53175 391 */ 377 392 public function test_get_stylesheet_preset_values_are_marked_as_important() { 378 393 $theme_json = new WP_Theme_JSON(
Note: See TracChangeset
for help on using the changeset viewer.