Core/tests/helpers/testLoadHelper/test_helper.php
Abel Hoogeveen 68afa1ef1b Implemented a (failed) config and a renewed Helpers class.
Helpers class is now fully supported by continuous integration.
2016-05-27 13:55:31 +02:00

10 lines
131 B
PHP

<?php
if ( ! function_exists('testHelperFunction'))
{
function testHelperFunction($someParameter)
{
return 'SomeResult';
}
}