mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-14 15:56:48 +03:00
[ci skip] Remove accidentally added test file
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
<?php
|
||||
|
||||
require_once '../vendor/autoload.php';
|
||||
|
||||
use Ramsey\Uuid\Uuid;
|
||||
|
||||
const MY_NAMESPACE = '9a494836-ef67-4c63-a27b-15bc5a17e0ed';
|
||||
|
||||
$uuid = Uuid::uuid3(MY_NAMESPACE, 'widget/1234567890');
|
||||
|
||||
printf("UUID: %s\n", $uuid->toString());
|
||||
Reference in New Issue
Block a user