Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tbradsha committed Nov 13, 2024
1 parent 7b44ae6 commit 3e9c856
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,10 @@ private function perform_network_enable_disable_assertions( $test_themes, $event
}

public function test_install_edit_delete_theme_sync() {
echo 'WPCOMSH_PREMIUM_THEMES_PATH:';
print_r( scandir( WPCOMSH_PREMIUM_THEMES_PATH ) );
echo 'WPCOMSH_PUB_THEMES_PATH:';
print_r( scandir( WPCOMSH_PUB_THEMES_PATH ) );

Check failure on line 256 in projects/plugins/jetpack/tests/php/sync/test_class.jetpack-sync-themes.php

View workflow job for this annotation

GitHub Actions / Static analysis

UndefError PhanUndeclaredConstant Reference to undeclared constant \WPCOMSH_PUB_THEMES_PATH. This will cause a thrown Error in php 8.0+.
$theme_slug = 'dossier';
$theme_name = 'Dossier';

Expand Down

0 comments on commit 3e9c856

Please sign in to comment.