예제 #1
0
파일: UuidTest.php 프로젝트: seytar/psx
 public function testTimeBase()
 {
     $uuid = Uuid::timeBased();
     sleep(1);
     $this->assertTrue($uuid != Uuid::timeBased());
 }