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

This commit is contained in:
Andreas Steiner 2024-07-29 18:44:48 +02:00
commit a58fe8454f
3 changed files with 13 additions and 0 deletions

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'
];