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