etalon_backend/tests/fixtures/config/queue.php

7 lines
138 B
PHP

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