Skip to content

Commit 31ebfcc

Browse files
committed
Add schema declaration to phpunit files. Remove parameters set to phpunit defaults.
1 parent f2084d3 commit 31ebfcc

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

phpunit.xml.dist

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<phpunit backupGlobals="false"
4-
backupStaticAttributes="false"
5-
colors="true"
6-
convertErrorsToExceptions="true"
7-
convertNoticesToExceptions="true"
8-
convertWarningsToExceptions="true"
9-
processIsolation="false"
10-
stopOnFailure="false"
11-
bootstrap="./vendor/autoload.php"
12-
>
3+
<phpunit
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
6+
colors="true"
7+
bootstrap="./vendor/autoload.php"
8+
>
139

1410
<testsuites>
1511
<testsuite name="Symfony Async Event Dispatcher Test Suite">

0 commit comments

Comments
 (0)