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