示例#1
0
 public function test_that_named_returns_expected_instance()
 {
     $expected = '77f19926-3322-5602-871d-febea455b335';
     $uuid = Uuid::named(Uuid::NAMESPACE_URL, 'https://www.google.com');
     $this->assertSame($expected, $uuid->toString());
 }