gurl_o/tests/fixtures/config/cms.php

11 lines
280 B
PHP
Raw Normal View History

2023-07-23 05:57:06 +00:00
<?php
// Fixture used for `october:env` unit tests in `tests/unit/system/console/OctoberEnvTest.php
return [
'enableRoutesCache' => false,
'enableAssetCache' => false,
'databaseTemplates' => false,
'linkPolicy' => 'detect',
'enableCsrfProtection' => true,
];