2012-04-13 14:11:54 +02:00
|
|
|
framework:
|
|
|
|
charset: UTF-8
|
|
|
|
secret: test
|
|
|
|
csrf_protection:
|
|
|
|
enabled: true
|
|
|
|
router: { resource: "%kernel.root_dir%/config/routing.yml" }
|
|
|
|
validation: { enabled: true, enable_annotations: true }
|
|
|
|
form: ~
|
|
|
|
test: ~
|
|
|
|
default_locale: en
|
|
|
|
session:
|
|
|
|
auto_start: true
|
|
|
|
storage_id: session.storage.mock_file
|
|
|
|
profiler: { only_exceptions: false }
|
|
|
|
templating: { engines: ['twig'] }
|
|
|
|
|
|
|
|
# Twig Configuration
|
|
|
|
twig:
|
|
|
|
debug: %kernel.debug%
|
|
|
|
strict_variables: %kernel.debug%
|
2012-04-14 10:11:52 +02:00
|
|
|
|
|
|
|
services:
|
|
|
|
nemlio.test.controller:
|
|
|
|
class: Nelmio\ApiDocBundle\Tests\Fixtures\Controller\TestServiceController
|