Core/tests/config/testAddConfigPath/config.testaddconfigpath.php
Abel Hoogeveen 57c54b0126 Implemented simplified config class.
Now it only features one (simpler) ORM, which is the ConfigFileORM.
If a new type of config should be added, it should be done through models.

Unit tests for the basic config class have been implemented.
2016-06-01 16:03:53 +02:00

5 lines
43 B
PHP

<?php
return array(
'key' => 'value'
);