Contao\Fixtures\Config::__construct PHP Method

__construct() protected method

protected __construct ( )
    protected function __construct()
    {
        $GLOBALS['TL_CONFIG']['timeZone'] = 'GMT';
        $GLOBALS['TL_CONFIG']['characterSet'] = 'UTF-8';
    }