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:
norb 2021-01-11 16:38:35 +01:00
commit c2b13b2f86
4 changed files with 27 additions and 14 deletions

View file

@ -1,3 +1,4 @@
<?php return [
'mode' => 'test'
'mode' => 'test',
'answer' => false
];