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

10 lines
127 B
PHP

<?php return [
'mode' => 'test',
'numArray' =>
[
3 => 'Index3_local',
4 => 'Index4_local',
5 => 'Index5_local',
]
];