Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #56835


Ignore:
Timestamp:
10/16/2022 03:54:02 PM (2 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56835

    • Property Keywords has-patch has-unit-tests added
    • Property Milestone changed from Awaiting Review to 6.1
  • Ticket #56835 – Description

    initial v2  
    11Adding a test to cover WP_Theme_JSON_Resolver->get_theme_data()
    22
    3 We only test the add_theme_support overriding feature and that the functions return a WP_Theme_JSON object, as the part of the code that merges the child theme into the parent theme has been already tested in test_merges_child_theme_json_into_parent_theme_json on tickets 56611, 54336
     3We only test the add_theme_support overriding feature and that the functions return a WP_Theme_JSON object, as the part of the code that merges the child theme into the parent theme has been already tested in test_merges_child_theme_json_into_parent_theme_json on tickets #56611, #54336.