diff options
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 | ||