fix: #33454 Add missing files for the correct loading order test
This commit is contained in:
parent
862addacd5
commit
09549adf2b
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'
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue