Skip to content

Commit

Permalink
Add comment about what themes would work
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha committed Dec 19, 2024
1 parent 064f245 commit ec4fe1b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,9 @@ private function perform_network_enable_disable_assertions( $test_themes, $event
}

public function test_install_edit_delete_theme_sync() {
// This requires a theme that isn't directly available on WordPress.com:
// https://public-api.wordpress.com/rest/v1.2/themes/astra?http_envelope=1
// Any theme with the "Community" badge in the WordPress.com theme search would work here.
$theme_slug = 'astra';
$theme_name = 'Astra';

Expand Down

0 comments on commit ec4fe1b

Please sign in to comment.