Commit ea865435 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Update file wp-test-plugin.php

parent dbb83135
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}