From a58fe8454f46c6d12a17624c5d4d0a08d879475f Mon Sep 17 00:00:00 2001 From: Andreas Steiner Date: Mon, 29 Jul 2024 18:44:48 +0200 Subject: [PATCH] fix: #33454 Add missing files for the correct loading order test --- tests/cfg/order/config/conf.php | 5 +++++ tests/cfg/order/config/default.conf.php | 4 ++++ tests/cfg/order/config/site/conf.php | 4 ++++ 3 files changed, 13 insertions(+) create mode 100644 tests/cfg/order/config/conf.php create mode 100644 tests/cfg/order/config/default.conf.php create mode 100644 tests/cfg/order/config/site/conf.php diff --git a/tests/cfg/order/config/conf.php b/tests/cfg/order/config/conf.php new file mode 100644 index 0000000..8ea09df --- /dev/null +++ b/tests/cfg/order/config/conf.php @@ -0,0 +1,5 @@ + 1, + 'testFile' => 'conf', + 'testFiles2' => 'conf' +]; diff --git a/tests/cfg/order/config/default.conf.php b/tests/cfg/order/config/default.conf.php new file mode 100644 index 0000000..1cdaca9 --- /dev/null +++ b/tests/cfg/order/config/default.conf.php @@ -0,0 +1,4 @@ + 'prod', + 'testFiles' => 'default', +]; diff --git a/tests/cfg/order/config/site/conf.php b/tests/cfg/order/config/site/conf.php new file mode 100644 index 0000000..54ad2b8 --- /dev/null +++ b/tests/cfg/order/config/site/conf.php @@ -0,0 +1,4 @@ + 42, + 'testFile' => 'site' +];