Core/tests/helpers/testAddHelperPath/testAddHelperPath_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
145 B
PHP

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