Skip to content
Closed
Prev Previous commit
Next Next commit
Reference the ticket
Co-authored-by: Colin Stewart <[email protected]>
  • Loading branch information
Mamaduka and costdev authored Feb 3, 2023
commit 3a090ec10abba527237d36255620bf7e7d502ad3
2 changes: 2 additions & 0 deletions tests/phpunit/tests/theme/wpThemeJsonResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,8 @@ public function data_get_merged_data_returns_origin() {
* Tests that get_style_variations returns all variations, including parent theme variations if the theme is a child,
* and that the child variation overwrites the parent variation of the same name.
*
* @ticket 57545
*
* @covers WP_Theme_JSON_Resolver::get_style_variations
**/
public function test_get_style_variations_returns_all_variations() {
Expand Down