Files
php-uuid/tests/Console/TestCase.php
T
2015-04-25 12:11:37 -05:00

14 lines
245 B
PHP

<?php
namespace Ramsey\Uuid\Console;
use Ramsey\Uuid\TestCase as UuidTestCase;
class TestCase extends UuidTestCase
{
protected function setUp()
{
$this->skipIfNoSymfonyConsole();
$this->skipIfNoMoontoastMath();
}
}