diff options
author | Jérémy Benoist <j0k3r@users.noreply.github.com> | 2019-05-29 11:14:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-29 11:14:00 +0200 |
commit | 73ec68b1ffafb792265a3805833e5cd84c966aed (patch) | |
tree | 33c6040c050f85c537f8dbf5e91d8c281db092cd /phpunit.xml.dist | |
parent | 2ba365c7c49556cd23b444dc3bb8d4a8cf08809d (diff) | |
parent | 2cbee36a0184786644470a84fdd8c720cfcac58e (diff) | |
download | wallabag-73ec68b1ffafb792265a3805833e5cd84c966aed.tar.gz wallabag-73ec68b1ffafb792265a3805833e5cd84c966aed.tar.zst wallabag-73ec68b1ffafb792265a3805833e5cd84c966aed.zip |
Merge pull request #3984 from wallabag/2.4
Merge 2.4 into master
Diffstat (limited to 'phpunit.xml.dist')
-rw-r--r-- | phpunit.xml.dist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 951b5a14..426a5e72 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist | |||
@@ -4,7 +4,7 @@ | |||
4 | xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd" | 4 | xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd" |
5 | backupGlobals="false" | 5 | backupGlobals="false" |
6 | colors="true" | 6 | colors="true" |
7 | bootstrap="app/autoload.php" | 7 | bootstrap="vendor/autoload.php" |
8 | > | 8 | > |
9 | 9 | ||
10 | <testsuites> | 10 | <testsuites> |
@@ -15,7 +15,7 @@ | |||
15 | 15 | ||
16 | <php> | 16 | <php> |
17 | <ini name="error_reporting" value="-1" /> | 17 | <ini name="error_reporting" value="-1" /> |
18 | <server name="KERNEL_DIR" value="app/" /> | 18 | <server name="KERNEL_CLASS" value="AppKernel" /> |
19 | <env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" /> | 19 | <env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" /> |
20 | </php> | 20 | </php> |
21 | 21 | ||