/**
  * @test
  */
 public function testCannotFindGameForUser()
 {
     $exception = MessageParserException::cannotFindGameForUser(\Mockery::mock(ParsingUser::class));
     $this->assertEquals(MessageParserException::GAME_NOT_FOUND, $exception->getCodeName());
 }