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

11 lines
146 B
PHP
Raw Normal View History

2021-01-07 14:32:41 +00:00
<?php return [
2021-01-14 17:30:36 +00:00
'answer' => 42,
'numArray' =>
[
0 => 'Index0_test',
2 => 'Index2_test',
5 => 'Index5_test',
10 => 'Index10_test',
]
2021-01-07 14:32:41 +00:00
];