extend custom test case

This commit is contained in:
Jessica Mauerhan
2016-03-23 08:29:16 -04:00
parent 84cb29bb04
commit 35189e2a72
+2 -1
View File
@@ -3,8 +3,9 @@
namespace Ramsey\Uuid\Test\Generator;
use Ramsey\Uuid\Generator\MtRandGenerator;
use Ramsey\Uuid\Test\TestCase;
class MtRandGeneratorTest extends \PHPUnit_Framework_TestCase
class MtRandGeneratorTest extends TestCase
{
public function lengthDataProvider()
{