Beispiel #1
0
 public function testPseudoRandom()
 {
     $uuid = Uuid::pseudoRandom();
     $this->assertTrue($uuid != Uuid::pseudoRandom());
 }