From b15b4ecc5157019b38887b93914acc103487c94a Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Tue, 21 Nov 2017 17:49:29 +0100 Subject: [PATCH] Class autoloading correctness --- ...{ZoneLockdownTest.php => ConfigurationsZoneLockdownTest.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/Configurations/{ZoneLockdownTest.php => ConfigurationsZoneLockdownTest.php} (94%) diff --git a/tests/Configurations/ZoneLockdownTest.php b/tests/Configurations/ConfigurationsZoneLockdownTest.php similarity index 94% rename from tests/Configurations/ZoneLockdownTest.php rename to tests/Configurations/ConfigurationsZoneLockdownTest.php index dd37165..b110cd7 100644 --- a/tests/Configurations/ZoneLockdownTest.php +++ b/tests/Configurations/ConfigurationsZoneLockdownTest.php @@ -6,7 +6,7 @@ * Date: 05/09/2017 * Time: 13:50 */ -class ConfigurationZoneLockdownTest extends TestCase +class ConfigurationsZoneLockdownTest extends TestCase { public function testGetArray() {