Commit cc35898
committed
feature #915 Use bootstrap.php for tests and environment-specific settings (yceruto)
This PR was squashed before being merged into the master branch (closes #915).
Discussion
----------
Use bootstrap.php for tests and environment-specific settings
Latest changes according to:
* https://symfony.com/doc/current/configuration/dot-env-changes.html
* https://symfony.com/blog/new-in-symfony-4-2-define-env-vars-per-environment
* https://symfony.com/blog/improvements-to-the-handling-of-env-files-for-all-symfony-versions
* and [phpunit recipe](https://github.com/symfony/recipes/blob/6c6ac5bf41c4952e1eeb2bdd2644ca2b4d8ba594/phpunit/phpunit/4.7/phpunit.xml.dist#L8)
Commits
-------
3bbe083 Use bootstrap.php for tests and environment-specific settings4 files changed
+7
-29
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 1 | | |
13 | 2 | | |
14 | 3 | | |
15 | 4 | | |
16 | | - | |
| 5 | + | |
| 6 | + | |
17 | 7 | | |
| 8 | + | |
18 | 9 | | |
19 | 10 | | |
20 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 14 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 15 | | |
32 | 16 | | |
33 | 17 | | |
| |||
0 commit comments