Changes between Initial Version and Version 2 of Ticket #56835
- Timestamp:
- 10/16/2022 03:54:02 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56835
- Property Keywords has-patch has-unit-tests added
-
Property
Milestone
changed from
Awaiting Review
to6.1
-
Ticket #56835 – Description
initial v2 1 1 Adding a test to cover WP_Theme_JSON_Resolver->get_theme_data() 2 2 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, 543363 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.