mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
14 lines
247 B
PHP
14 lines
247 B
PHP
<?php
|
|
namespace Rhumsaa\Uuid\Console;
|
|
|
|
use Rhumsaa\Uuid\TestCase as UuidTestCase;
|
|
|
|
class TestCase extends UuidTestCase
|
|
{
|
|
protected function setUp()
|
|
{
|
|
$this->skipIfNoSymfonyConsole();
|
|
$this->skipIfNoMoontoastMath();
|
|
}
|
|
}
|