From a5e0bf5a41b68d7847a915c068175f61043587e7 Mon Sep 17 00:00:00 2001 From: Miguel N Date: Tue, 18 Feb 2020 19:54:40 +0000 Subject: [PATCH] Remove test file --- test.php | 70 -------------------------------------------------------- 1 file changed, 70 deletions(-) delete mode 100644 test.php diff --git a/test.php b/test.php deleted file mode 100644 index 759412a..0000000 --- a/test.php +++ /dev/null @@ -1,70 +0,0 @@ -evaluateMatch($computerChoiceItem); - -if ($result['defeated']) -{ - echo 'You lose! The computer chose ' .$computerChoiceItem->getName(); -} -else -{ - echo 'You win! The computer chose ' . $computerChoiceItem->getName(); -} - -echo PHP_EOL; \ No newline at end of file