From 689940ec00b9cf45d5ac6900904df63c190b2999 Mon Sep 17 00:00:00 2001 From: Jessica Mauerhan Date: Sun, 13 Mar 2016 11:56:57 -0400 Subject: [PATCH] Ignore side-effect problem This file is only used for testing, and is for overriding an extension's global function for the test. --- tests/src/Generator/PeclUuidTimeGeneratorTest.php | 2 ++ 1 file changed, 2 insertions(+) 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 {