Make WordPress Core

Changeset 51312


Ignore:
Timestamp:
07/02/2021 06:57:34 PM (3 years ago)
Author:
desrosj
Message:

Docs: Add @ticket references to some WP_Theme_JSON tests.

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

Props SergeyBiryukov.
Merges [51280] to the 5.8 branch.
See #52628, #53461.

Location:
branches/5.8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.8

  • branches/5.8/tests/phpunit/tests/theme/wpThemeJson.php

    r51305 r51312  
    6565    }
    6666
     67    /**
     68     * @ticket 53397
     69     */
    6770    public function test_get_settings_presets_are_keyed_by_origin() {
    6871        $core_origin = new WP_Theme_JSON(
     
    190193    }
    191194
     195    /**
     196     * @ticket 53175
     197     */
    192198    public function test_get_stylesheet() {
    193199        $theme_json = new WP_Theme_JSON(
     
    308314    }
    309315
     316    /**
     317     * @ticket 52991
     318     */
    310319    public 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    public 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.