Add uuid console application and tests for generating UUIDs from CLI

This commit is contained in:
Ben Ramsey
2013-12-27 08:42:55 -06:00
parent 4f84d6e573
commit 7bebd01e31
12 changed files with 1054 additions and 2 deletions
+1
View File
@@ -12,3 +12,4 @@ if (!file_exists(dirname(__DIR__) . DIRECTORY_SEPARATOR . 'composer.lock')) {
$loader = include realpath(dirname(__FILE__) . '/../vendor/autoload.php');
$loader->add("Doctrine\Tests\DBAL", __DIR__."/../vendor/doctrine/dbal/tests");
$loader->add('Rhumsaa\Uuid', __DIR__);