This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/tests/testData/Utils/Config/testArray.php
T
Taras Machyshyn 7b643c3010 improvements
2014-03-03 18:42:38 +02:00

7 lines
69 B
PHP

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