etalon_backend/tests/fixtures/config/cache.php

7 lines
138 B
PHP

<?php
// Fixture used for `october:env` unit tests in `tests/unit/system/console/OctoberEnvTest.php
return [
'default' => 'file',
];