wallabag/app/config/services_test.yml

12 lines
300 B
YAML
Raw Permalink Normal View History

services:
filesystem_cache:
class: Doctrine\Common\Cache\FilesystemCache
arguments:
- "%kernel.cache_dir%/doctrine/metadata"
# fixtures
2024-02-19 00:30:12 +00:00
Wallabag\DataFixtures\:
2024-03-30 00:24:38 +00:00
resource: '../../fixtures/*'
tags: ['doctrine.fixture.orm']
autowire: true