Fix: Remove unused imports

This commit is contained in:
Andreas Möller
2016-03-23 18:51:13 +01:00
parent e8b615187e
commit 33d758c0ca
3 changed files with 0 additions and 3 deletions
@@ -2,7 +2,6 @@
namespace Ramsey\Uuid\Test\Generator;
use Ramsey\Uuid\Generator\PeclUuidRandomGenerator;
use Ramsey\Uuid\Test\TestCase;
use AspectMock\Test as AspectMock;
class PeclUuidRandomGeneratorTest extends PeclUuidTestCase
@@ -2,7 +2,6 @@
namespace Ramsey\Uuid\Test\Generator;
use Ramsey\Uuid\Generator\PeclUuidTimeGenerator;
use Ramsey\Uuid\Test\TestCase;
use AspectMock\Test as AspectMock;
class PeclUuidTimeGeneratorTest extends PeclUuidTestCase
-1
View File
@@ -3,7 +3,6 @@
namespace Ramsey\Uuid\Test;
use Ramsey\Uuid\FeatureSet;
use Ramsey\Uuid\Provider\Time\SystemTimeProvider;
use Ramsey\Uuid\Provider\Time\FixedTimeProvider;
use Ramsey\Uuid\Generator\CombGenerator;
use Ramsey\Uuid\Generator\RandomGeneratorFactory;