Loading wp-test-plugin.php +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ Description: A plugin used to behaviour test WP deployment solutions // Works in the most stupidly simple way possible if ($_SERVER['REQUEST_URI'] == '/wp-test-installed') { if ( !defined('WP_CLI') && $_SERVER['REQUEST_URI'] == '/wp-test-installed' ) { echo("installed"); exit; } Loading
wp-test-plugin.php +1 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ Description: A plugin used to behaviour test WP deployment solutions // Works in the most stupidly simple way possible if ($_SERVER['REQUEST_URI'] == '/wp-test-installed') { if ( !defined('WP_CLI') && $_SERVER['REQUEST_URI'] == '/wp-test-installed' ) { echo("installed"); exit; }