fix: #33454 Site config was not set in the correct order #2

Merged
norb merged 6 commits from 33454/feat-site-settings-for-business-settings into master 2024-07-30 12:48:29 +00:00
3 changed files with 13 additions and 0 deletions
Showing only changes of commit a58fe8454f - Show all commits

fix: #33454 Add missing files for the correct loading order test

Andreas Steiner 2024-07-29 18:44:48 +02:00

View file

@ -0,0 +1,5 @@
<?php return [
'answer' => 1,
'testFile' => 'conf',
'testFiles2' => 'conf'
];

View file

@ -0,0 +1,4 @@
<?php return [
'mode' => 'prod',
'testFiles' => 'default',
];

View file

@ -0,0 +1,4 @@
<?php return [
'answer' => 42,
'testFile' => 'site'
];