-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathconfig.yml
More file actions
22 lines (19 loc) · 835 Bytes
/
config.yml
File metadata and controls
22 lines (19 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# inherits configuration from ../App/config.yml
framework:
profiler:
enabled: true
collect: true
# Define all the available parameters in this Bundle
liip_test_fixtures:
keep_database_and_schema: false
cache_metadata: true
cache_db:
sqlite: 'Liip\TestFixturesBundle\Services\DatabaseBackup\SqliteDatabaseBackup'
mysql: 'Liip\TestFixturesBundle\Services\DatabaseBackup\MysqlDatabaseBackup'
pgsql: 'Liip\TestFixturesBundle\Services\DatabaseBackup\PgsqlDatabaseBackup'
mongodb: 'Liip\TestFixturesBundle\Services\DatabaseBackup\MongodbDatabaseBackup'
services:
# HautelookAliceBundle: custom Faker provider
faker.provider.foo:
class: Liip\Acme\Tests\AppConfig\DataFixtures\Faker\Provider\FooProvider
tags: [ { name: nelmio_alice.faker.provider } ]