diff --git a/Sources/public/index.php b/Sources/public/index.php index 43aceb12..0a70f945 100755 --- a/Sources/public/index.php +++ b/Sources/public/index.php @@ -5,5 +5,5 @@ if (APP_ENV === 'console') { require_once __DIR__ . '/../src/console/Console.php'; } elseif (APP_ENV === 'development') { - require_once __DIR__ . DIRECTORY_SEPARATOR . '../src/app/home.php'; + require_once __DIR__ . DIRECTORY_SEPARATOR . '../src/app/index.test.php'; } diff --git a/Sources/src/app/home.php b/Sources/src/app/index.test.php similarity index 100% rename from Sources/src/app/home.php rename to Sources/src/app/index.test.php