File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
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
- >
3
+ <phpunit
4
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/7.5/phpunit.xsd"
6
+ backupGlobals =" false"
7
+ backupStaticAttributes =" false"
8
+ colors =" true"
9
+ convertDeprecationsToExceptions =" false"
10
+ convertErrorsToExceptions =" true"
11
+ convertNoticesToExceptions =" true"
12
+ convertWarningsToExceptions =" true"
13
+ processIsolation =" false"
14
+ stopOnFailure =" false"
15
+ bootstrap =" ./vendor/autoload.php"
16
+ >
13
17
14
18
<testsuites >
15
19
<testsuite name =" Message Queue RdKafka Transport Test Suite" >
You can’t perform that action at this time.
0 commit comments