示例#1
0
文件: UuidTest.php 项目: seytar/psx
 public function testTimeBase()
 {
     $uuid = Uuid::timeBased();
     sleep(1);
     $this->assertTrue($uuid != Uuid::timeBased());
 }