예제 #1
0
파일: GameTest.php 프로젝트: saro0h/sf2c2
 public function testWrongLetter()
 {
     $game = new Game('test');
     $this->assertFalse($game->tryLetter('p'));
 }
예제 #2
0
 public function save(Game $game)
 {
     $this->session->set('hangman', $game->getContext());
 }