<?php // Fixture used for `winter:env` unit tests in `tests/unit/system/console/WinterEnvTest.php return [ 'debug' => true, 'url' => 'https://env-test.localhost', 'key' => 'CHANGE_ME!!!!!!!!!!!!!!!!!!!!!!!', 'timezone' => 'UTC', ];
info at phpclasses dot org