From 2f81009a97a9d4bad41925ab62ac721e73f29719 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 4 Oct 2023 18:26:38 +0900 Subject: [PATCH] Fix TestCalls class folder name based on namespace --- www/lib/{Test => TestCalls}/DB/TestDB.php | 0 www/lib/{Test => TestCalls}/Test.php | 0 www/vendor/composer/autoload_classmap.php | 4 ++-- www/vendor/composer/autoload_static.php | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) rename www/lib/{Test => TestCalls}/DB/TestDB.php (100%) rename www/lib/{Test => TestCalls}/Test.php (100%) diff --git a/www/lib/Test/DB/TestDB.php b/www/lib/TestCalls/DB/TestDB.php similarity index 100% rename from www/lib/Test/DB/TestDB.php rename to www/lib/TestCalls/DB/TestDB.php diff --git a/www/lib/Test/Test.php b/www/lib/TestCalls/Test.php similarity index 100% rename from www/lib/Test/Test.php rename to www/lib/TestCalls/Test.php diff --git a/www/vendor/composer/autoload_classmap.php b/www/vendor/composer/autoload_classmap.php index 66673621..074698d6 100644 --- a/www/vendor/composer/autoload_classmap.php +++ b/www/vendor/composer/autoload_classmap.php @@ -260,6 +260,6 @@ return array( 'Smarty_Variable' => $vendorDir . '/egrajp/smarty-extended/src/sysplugins/smarty_variable.php', 'TPC_yyStackEntry' => $vendorDir . '/egrajp/smarty-extended/src/sysplugins/smarty_internal_configfileparser.php', 'TP_yyStackEntry' => $vendorDir . '/egrajp/smarty-extended/src/sysplugins/smarty_internal_templateparser.php', - 'TestCalls\\DB\\TestDB' => $baseDir . '/lib/Test/DB/TestDB.php', - 'TestCalls\\Test' => $baseDir . '/lib/Test/Test.php', + 'TestCalls\\DB\\TestDB' => $baseDir . '/lib/TestCalls/DB/TestDB.php', + 'TestCalls\\Test' => $baseDir . '/lib/TestCalls/Test.php', ); diff --git a/www/vendor/composer/autoload_static.php b/www/vendor/composer/autoload_static.php index 33bc469d..d7260d05 100644 --- a/www/vendor/composer/autoload_static.php +++ b/www/vendor/composer/autoload_static.php @@ -288,8 +288,8 @@ class ComposerStaticInit10fe8fe2ec4017b8644d2b64bcf398b9 'Smarty_Variable' => __DIR__ . '/..' . '/egrajp/smarty-extended/src/sysplugins/smarty_variable.php', 'TPC_yyStackEntry' => __DIR__ . '/..' . '/egrajp/smarty-extended/src/sysplugins/smarty_internal_configfileparser.php', 'TP_yyStackEntry' => __DIR__ . '/..' . '/egrajp/smarty-extended/src/sysplugins/smarty_internal_templateparser.php', - 'TestCalls\\DB\\TestDB' => __DIR__ . '/../..' . '/lib/Test/DB/TestDB.php', - 'TestCalls\\Test' => __DIR__ . '/../..' . '/lib/Test/Test.php', + 'TestCalls\\DB\\TestDB' => __DIR__ . '/../..' . '/lib/TestCalls/DB/TestDB.php', + 'TestCalls\\Test' => __DIR__ . '/../..' . '/lib/TestCalls/Test.php', ); public static function getInitializer(ClassLoader $loader)