[ci skip] Remove accidentally added test file

This commit is contained in:
Ben Ramsey
2020-03-02 00:02:14 -06:00
parent cbd6a45a6a
commit 15b79ecbb4
-11
View File
@@ -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());