Make WordPress Core


Ignore:
Timestamp:
06/30/2021 03:58:51 PM (3 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add @ticket references to some WP_Theme_JSON tests.

Follow-up to [50973], [51054].

See #52628, #53461.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/theme/wpThemeJson.php

    r51198 r51281  
    6565    }
    6666
     67    /**
     68     * @ticket 53397
     69     */
    6770    function test_get_settings_presets_are_keyed_by_origin() {
    6871        $core_origin = new WP_Theme_JSON(
     
    190193    }
    191194
     195    /**
     196     * @ticket 53175
     197     */
    192198    function test_get_stylesheet() {
    193199        $theme_json = new WP_Theme_JSON(
     
    308314    }
    309315
     316    /**
     317     * @ticket 52991
     318     */
    310319    function test_get_stylesheet_preset_classes_work_with_compounded_selectors() {
    311320        $theme_json = new WP_Theme_JSON(
     
    335344    }
    336345
     346    /**
     347     * @ticket 53175
     348     */
    337349    function test_get_stylesheet_preset_rules_come_after_block_rules() {
    338350        $theme_json = new WP_Theme_JSON(
     
    375387    }
    376388
     389    /**
     390     * @ticket 53175
     391     */
    377392    public function test_get_stylesheet_preset_values_are_marked_as_important() {
    378393        $theme_json = new WP_Theme_JSON(
Note: See TracChangeset for help on using the changeset viewer.