Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Dec 24, 2024
1 parent 69a54fe commit 68139a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/parsely/test-mu-parsely-integration.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

function test_version() {
$major_version = getenv( 'WPVIP_PARSELY_INTEGRATION_PLUGIN_VERSION' );
echo esc_html( "Major version: $major_version\n" );
echo 'Supported versions: ' . esc_html( implode( ', ', SUPPORTED_VERSIONS ) ) . "\n";
return $major_version ?: SUPPORTED_VERSIONS[0];
}

Expand Down

0 comments on commit 68139a3

Please sign in to comment.