Util_Settings/tests/cfg/testing/config/conf.php

10 lines
127 B
PHP
Raw Normal View History

2021-01-07 14:32:41 +00:00
<?php return [
2021-01-14 17:30:36 +00:00
'mode' => 'test',
'numArray' =>
[
3 => 'Index3_local',
4 => 'Index4_local',
5 => 'Index5_local',
]
2021-01-07 14:32:41 +00:00
];