Separate uuid CLI tool into separate project

Closes #52
This commit is contained in:
Ben Ramsey
2015-06-21 19:37:32 -05:00
parent de02e532b2
commit b375d1de2b
28 changed files with 2 additions and 1620 deletions
-14
View File
@@ -21,22 +21,8 @@ class TestCase extends \PHPUnit_Framework_TestCase
}
}
protected function skipIfNoSymfonyConsole()
{
if (!$this->hasSymfonyConsole()) {
$this->markTestSkipped(
'Skipping test that requires symfony/console.'
);
}
}
protected function hasMoontoastMath()
{
return class_exists('Moontoast\\Math\\BigNumber');
}
protected function hasSymfonyConsole()
{
return class_exists('Symfony\\Component\\Console\\Application');
}
}