From 02fc392d84ae8eb3bf50ad769aa5e8da97f20b28 Mon Sep 17 00:00:00 2001 From: Jessica Mauerhan Date: Tue, 18 Oct 2016 08:53:11 -0500 Subject: [PATCH] formatting --- tests/UuidFactoryTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/UuidFactoryTest.php b/tests/UuidFactoryTest.php index da39ea3..945b3c2 100644 --- a/tests/UuidFactoryTest.php +++ b/tests/UuidFactoryTest.php @@ -94,6 +94,5 @@ class UuidFactoryTest extends TestCase $uuidBuilder = $this->getMock('Ramsey\Uuid\Builder\UuidBuilderInterface'); $uuidFactory->setUuidBuilder($uuidBuilder); $this->assertEquals($uuidBuilder, $uuidFactory->getUuidBuilder()); - } }