Contao\CoreBundle\Test\Contao\WidgetTest::setUpBeforeClass PHP Method

setUpBeforeClass() public static method

Includes the helper functions if they have not yet been included.
public static setUpBeforeClass ( )
    public static function setUpBeforeClass()
    {
        if (!function_exists('utf8_decode_entities')) {
            include_once __DIR__ . '/../../src/Resources/contao/helper/functions.php';
        }
    }