Files
espocrm/tests/testData/Utils/Config/testArray.php
2014-03-12 17:36:32 +02:00

8 lines
97 B
PHP

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