diff --git a/tests/parsely/test-mu-parsely-integration.php b/tests/parsely/test-mu-parsely-integration.php index a155065e9b..dbe0dc70fe 100644 --- a/tests/parsely/test-mu-parsely-integration.php +++ b/tests/parsely/test-mu-parsely-integration.php @@ -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]; }