We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16f655 commit 1cfa67fCopy full SHA for 1cfa67f
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="Message Queue Bundle Test Suite">
0 commit comments