Exemplo n.º 1
0
 public static function random()
 {
     return self::create(PlayerIdStub::random(), PlayerNameStub::random());
 }
Exemplo n.º 2
0
 public static function random()
 {
     return self::create(PlayerIdStub::random()->value());
 }
Exemplo n.º 3
0
 public static function named($name)
 {
     return self::create(PlayerIdStub::random()->value(), $name);
 }