Files
php-uuid/tests/Generator/PeclUuidTestCase.php
T
2020-01-18 12:13:09 -06:00

19 lines
365 B
PHP

<?php
namespace Ramsey\Uuid\Test\Generator;
use Ramsey\Uuid\Test\TestCase;
class PeclUuidTestCase extends TestCase
{
/**
* @var string
*/
protected $uuidString = 'b08c6fff-7dc5-e111-9b21-0800200c9a66';
/**
* @var string
*/
protected $uuidBinary = '62303863366666662d376463352d653131312d396232312d303830303230306339613636';
}