Files
espocrm/tests/unit/testData/Utils/Config/testArray.php
2016-09-13 16:20:42 +03:00

8 lines
97 B
PHP

<?php
return array (
'testOption' => 'Another Wrong Value',
'testOption2' => 'Test2',
);
?>