sterntours/vendor/sensio/framework-extra-bundle/Tests/Fixtures/config/config.yml
2020-07-09 12:49:32 +02:00

24 lines
628 B
YAML

framework:
test: true
secret: test
templating:
engine: [twig, php]
router:
resource: "%kernel.root_dir%/config/routing.yml"
doctrine:
dbal:
driver: pdo_sqlite
path: "%kernel.root_dir%/data/db.sqlite"
orm:
auto_mapping: true
services:
test.invokable.predefined:
class: Tests\Fixtures\FooBundle\Controller\InvokableController
test.invokable_class_level.predefined:
class: Tests\Fixtures\FooBundle\Controller\InvokableClassLevelController
test.simple.multiple:
class: Tests\Fixtures\FooBundle\Controller\SimpleController