Esempio n. 1
0
 public static function identified(PlayerId $id)
 {
     return self::create($id, PlayerNameStub::random());
 }
Esempio n. 2
0
 public static function identified($id)
 {
     return self::create($id, DateTimeStub::random(), PlayerNameStub::random()->value());
 }