示例#1
0
 public function setUp()
 {
     $this->firstPlayer = Tris\Player::box(['name' => 'Sensorario']);
     $this->secondPlayer = Tris\Player::box(['name' => 'Demo']);
     $this->board = Tris\Board::withPlayers(['first_player' => $this->firstPlayer, 'second_player' => $this->secondPlayer]);
 }