File tree 4 files changed +7
-29
lines changed
4 files changed +7
-29
lines changed File renamed without changes.
Original file line number Diff line number Diff line change
1
+ # This file will be loaded after .env file and override environment
2
+ # variables for your test environment.
3
+ DATABASE_URL = sqlite:///%kernel.project_dir%/data/database_test.sqlite
Original file line number Diff line number Diff line change 1
- /var /*
2
- ! /var /cache
3
- /var /cache /*
4
- ! var /cache /.gitkeep
5
- ! /var /data
6
- ! /var /log
7
- /var /log /*
8
- ! var /log /.gitkeep
9
- ! /var /sessions
10
- /var /sessions /*
11
- ! var /sessions /.gitkeep
12
1
/public /build /fonts /glyphicons- *
13
2
/public /build /images /glyphicons- *
14
3
15
4
# ##> symfony/framework-bundle ###
16
- /.env
5
+ /.env.local
6
+ /.env. * .local
17
7
/public /bundles /
8
+ /var /
18
9
/vendor /
19
10
# ##< symfony/framework-bundle ###
20
11
Original file line number Diff line number Diff line change 5
5
xsi : noNamespaceSchemaLocation =" http://schema.phpunit.de/6.1/phpunit.xsd"
6
6
backupGlobals =" false"
7
7
colors =" true"
8
- bootstrap =" vendor/autoload .php"
8
+ bootstrap =" config/bootstrap .php"
9
9
>
10
10
<php >
11
11
<ini name =" error_reporting" value =" -1" />
12
12
<env name =" KERNEL_CLASS" value =" App\Kernel" />
13
13
<env name =" SYMFONY_PHPUNIT_VERSION" value =" 7.1" />
14
- <!-- define your env variables for the test env here -->
15
-
16
- <!-- ###+ doctrine/doctrine-bundle ### -->
17
- <env name =" DATABASE_URL" value =" sqlite:///data/database_test.sqlite" />
18
- <!-- ###- doctrine/doctrine-bundle ### -->
19
-
20
- <!-- ###+ symfony/swiftmailer-bundle ### -->
21
- <env name =" MAILER_URL" value =" null://localhost" />
22
- <!-- ###- symfony/swiftmailer-bundle ### -->
23
-
24
- <!-- ###+ symfony/framework-bundle ### -->
25
14
<env name =" APP_ENV" value =" test" />
26
- <env name =" APP_DEBUG" value =" 1" />
27
- <env name =" APP_SECRET" value =" 5a79a1c866efef9ca1800f971d689f3e" />
28
- <!-- env name="TRUSTED_PROXIES" value="127.0.0.1,127.0.0.2" -->
29
- <!-- env name="TRUSTED_HOSTS" value="localhost,example.com" -->
30
- <!-- ###- symfony/framework-bundle ### -->
31
15
</php >
32
16
33
17
<testsuites >
You can’t perform that action at this time.
0 commit comments