diff --git a/src/Test/Game/Arena.php b/src/Test/Game/Arena.php new file mode 100644 index 0000000..caff6ac --- /dev/null +++ b/src/Test/Game/Arena.php @@ -0,0 +1,43 @@ +setPlayer( + $player + ); + + $this->setDeck( + $deck + ); + + $this->setHand( + $hand + ); + + $this->setPile( + $pile + ); + + $this->setLeft( + $left + ); + + $this->setRight( + $right + ); + } +} \ No newline at end of file