implement tests for site specific config
test that site directory config files are read correctly correct Settings.php to pass tests
This commit is contained in:
parent
998ab30bd2
commit
c2b13b2f86
4 changed files with 27 additions and 14 deletions
|
|
@ -1,3 +1,4 @@
|
|||
<?php return [
|
||||
'mode' => 'test'
|
||||
'mode' => 'test',
|
||||
'answer' => false
|
||||
];
|
||||
|
|
|
|||
3
tests/cfg/config/site/conf.php
Normal file
3
tests/cfg/config/site/conf.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<?php return [
|
||||
'answer' => 42
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue