diff --git a/tests/src/Generator/PeclUuidTimeGeneratorTest.php b/tests/src/Generator/PeclUuidTimeGeneratorTest.php index d111abf..c6c0374 100644 --- a/tests/src/Generator/PeclUuidTimeGeneratorTest.php +++ b/tests/src/Generator/PeclUuidTimeGeneratorTest.php @@ -5,7 +5,9 @@ use Ramsey\Uuid\Generator\PeclUuidTimeGenerator; use Ramsey\Uuid\Test\TestCase; use Ramsey\Uuid\Generator\PeclUuidHelper; +// @codingStandardsIgnoreStart require_once 'PeclUuidTestHelper.php'; +// @codingStandardsIgnoreEnd class PeclUuidTimeGeneratorTest extends TestCase {