Example #1
0
 public function testFromNative()
 {
     $uuid1 = new UUID();
     $uuid2 = UUID::fromNative($uuid1->toNative());
     $this->assertTrue($uuid1->sameValueAs($uuid2));
 }