From 33b0b6985a9fc725d9b12e854f2ce2e04acc617b Mon Sep 17 00:00:00 2001 From: Dan Hensby Date: Sat, 25 Apr 2020 10:28:28 +0100 Subject: [PATCH] Update file paths for autoloading compatibility --- src/Control/{ => Util}/IPUtils.php | 0 .../FormFactoryTest/{EditFactory.php => EditFormFactory.php} | 0 .../{FormRequestHandler.php => TestFormRequestHandler.php} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename src/Control/{ => Util}/IPUtils.php (100%) rename tests/php/Forms/FormFactoryTest/{EditFactory.php => EditFormFactory.php} (100%) rename tests/php/Forms/FormRequestHandlerTest/{FormRequestHandler.php => TestFormRequestHandler.php} (100%) diff --git a/src/Control/IPUtils.php b/src/Control/Util/IPUtils.php similarity index 100% rename from src/Control/IPUtils.php rename to src/Control/Util/IPUtils.php diff --git a/tests/php/Forms/FormFactoryTest/EditFactory.php b/tests/php/Forms/FormFactoryTest/EditFormFactory.php similarity index 100% rename from tests/php/Forms/FormFactoryTest/EditFactory.php rename to tests/php/Forms/FormFactoryTest/EditFormFactory.php diff --git a/tests/php/Forms/FormRequestHandlerTest/FormRequestHandler.php b/tests/php/Forms/FormRequestHandlerTest/TestFormRequestHandler.php similarity index 100% rename from tests/php/Forms/FormRequestHandlerTest/FormRequestHandler.php rename to tests/php/Forms/FormRequestHandlerTest/TestFormRequestHandler.php