We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2084d3 commit 31ebfccCopy full SHA for 31ebfcc
phpunit.xml.dist
@@ -1,15 +1,11 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
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
- >
+<phpunit
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd"
+ colors="true"
+ bootstrap="./vendor/autoload.php"
+>
13
14
<testsuites>
15
<testsuite name="Symfony Async Event Dispatcher Test Suite">
0 commit comments