Util_Settings/tests/cfg/testing/config/testing.conf.php
2021-01-14 18:30:36 +01:00

10 lines
146 B
PHP

<?php return [
'answer' => 42,
'numArray' =>
[
0 => 'Index0_test',
2 => 'Index2_test',
5 => 'Index5_test',
10 => 'Index10_test',
]
];