Skip to content
This repository was archived by the owner on Mar 25, 2021. It is now read-only.

Commit 64cc44b

Browse files
committed
Set SYMFONY_DEPRECATIONS_HELPER to weak in phpunit.xml.dist
1 parent f962e32 commit 64cc44b

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

phpunit.xml.dist

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<!-- http://phpunit.de/manual/4.1/en/appendixes.configuration.html -->
3+
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
44
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.1/phpunit.xsd"
5+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/5.7/phpunit.xsd"
66
backupGlobals="false"
77
colors="true"
8-
bootstrap="app/autoload.php"
9-
>
8+
bootstrap="app/autoload.php">
109
<php>
1110
<ini name="error_reporting" value="-1" />
11+
<server name="KERNEL_DIR" value="app/" />
12+
<env name="SYMFONY_DEPRECATIONS_HELPER" value="weak" />
1213
</php>
1314

1415
<testsuites>
@@ -17,10 +18,6 @@
1718
</testsuite>
1819
</testsuites>
1920

20-
<php>
21-
<server name="KERNEL_DIR" value="app/" />
22-
</php>
23-
2421
<filter>
2522
<whitelist>
2623
<directory>src</directory>

0 commit comments

Comments
 (0)