Loading tests/configs/make-eggs.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ // Serves the word "eggs" at /eggs // Used for checking that this file has been loaded correctly if ($_SERVER['REQUEST_URI'] == '/eggs') { if ( !defined('WP_CLI') && $_SERVER['REQUEST_URI'] == '/eggs' ) { echo("eggs"); exit; } tests/configs/make-ham.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ // Serves the word "ham" at /ham // Used for checking that this file has been loaded correctly if ($_SERVER['REQUEST_URI'] == '/ham') { if ( !defined('WP_CLI') && $_SERVER['REQUEST_URI'] == '/ham' ) { echo("ham"); exit; } tests/configs/make-spam.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ // Serves the word "spam" at /spam // Used for checking that this file has been loaded correctly if ($_SERVER['REQUEST_URI'] == '/spam') { if ( !defined('WP_CLI') && $_SERVER['REQUEST_URI'] == '/spam' ) { echo("spam"); exit; } Loading
tests/configs/make-eggs.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ // Serves the word "eggs" at /eggs // Used for checking that this file has been loaded correctly if ($_SERVER['REQUEST_URI'] == '/eggs') { if ( !defined('WP_CLI') && $_SERVER['REQUEST_URI'] == '/eggs' ) { echo("eggs"); exit; }
tests/configs/make-ham.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ // Serves the word "ham" at /ham // Used for checking that this file has been loaded correctly if ($_SERVER['REQUEST_URI'] == '/ham') { if ( !defined('WP_CLI') && $_SERVER['REQUEST_URI'] == '/ham' ) { echo("ham"); exit; }
tests/configs/make-spam.php +1 −1 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ // Serves the word "spam" at /spam // Used for checking that this file has been loaded correctly if ($_SERVER['REQUEST_URI'] == '/spam') { if ( !defined('WP_CLI') && $_SERVER['REQUEST_URI'] == '/spam' ) { echo("spam"); exit; }