Core/tests/config/testSameConfigObject/config.testsameconfigobject.php
Abel Hoogeveen ef82ea3463 Added new test for Config.
The test checks if instances from Config->getConfig() are the same.
2016-06-02 15:44:32 +02:00

5 lines
43 B
PHP

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