From 9bcc54cc645a86fca416b430ffc2773908f68bb7 Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Fri, 2 Nov 2018 20:16:15 +0100 Subject: [PATCH] Moved DimensionTest to correct folder --- .../tests/Unit/{HelperTest.php => Helper/DimensionTest.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename application/tests/Unit/{HelperTest.php => Helper/DimensionTest.php} (97%) diff --git a/application/tests/Unit/HelperTest.php b/application/tests/Unit/Helper/DimensionTest.php similarity index 97% rename from application/tests/Unit/HelperTest.php rename to application/tests/Unit/Helper/DimensionTest.php index 4b3f0d7..2a10d23 100644 --- a/application/tests/Unit/HelperTest.php +++ b/application/tests/Unit/Helper/DimensionTest.php @@ -8,7 +8,7 @@ use App\Helper\DimensionHelperInterface; use Doctrine\Common\Collections\Collection; use Doctrine\Common\Collections\ArrayCollection; -class HelperTest extends AbstractTestCase +class DimensionTest extends AbstractTestCase { /** * @var DimensionHelperInterface