fix: #33454 Add missing files for the correct loading order test
This commit is contained in:
parent
d57c247860
commit
a58fe8454f
3 changed files with 13 additions and 0 deletions
5
tests/cfg/order/config/conf.php
Normal file
5
tests/cfg/order/config/conf.php
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<?php return [
|
||||
'answer' => 1,
|
||||
'testFile' => 'conf',
|
||||
'testFiles2' => 'conf'
|
||||
];
|
||||
4
tests/cfg/order/config/default.conf.php
Normal file
4
tests/cfg/order/config/default.conf.php
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?php return [
|
||||
'mode' => 'prod',
|
||||
'testFiles' => 'default',
|
||||
];
|
||||
4
tests/cfg/order/config/site/conf.php
Normal file
4
tests/cfg/order/config/site/conf.php
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?php return [
|
||||
'answer' => 42,
|
||||
'testFile' => 'site'
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue