File tree Expand file tree Collapse file tree 1 file changed +23
-25
lines changed Expand file tree Collapse file tree 1 file changed +23
-25
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" backupStaticAttributes =" false"
3
- beStrictAboutTestsThatDoNotTestAnything =" false" bootstrap =" vendor/autoload.php" colors =" true"
4
- convertErrorsToExceptions =" true" convertNoticesToExceptions =" true" convertWarningsToExceptions =" true"
5
- processIsolation =" false" stopOnError =" false" stopOnFailure =" false" verbose =" true"
6
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
7
- <coverage >
8
- <include >
9
- <directory suffix =" Test.php" >src/</directory >
10
- </include >
11
- <report >
12
- <html outputDirectory =" build/coverage" />
13
- </report >
14
- </coverage >
15
- <testsuites >
16
- <testsuite name =" Package Test Suite" >
17
- <directory suffix =" .php" >./tests/</directory >
18
- </testsuite >
19
- </testsuites >
20
- <php >
21
- <env name =" HOST" value =" 127.0.0.1" />
22
- <env name =" PORT" value =" 5672" />
23
- <env name =" PORT_SSL" value =" 5671" />
24
- <env name =" RABBITMQ_SSL_CAFILE" value =" ./tests/files/rootCA.pem" />
25
- </php >
26
- <logging />
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" beStrictAboutTestsThatDoNotTestAnything =" false" bootstrap =" vendor/autoload.php" colors =" true" processIsolation =" false" stopOnError =" false" stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.0/phpunit.xsd" cacheDirectory =" .phpunit.cache" backupStaticProperties =" false" >
3
+ <coverage >
4
+ <report >
5
+ <html outputDirectory =" build/coverage" />
6
+ </report >
7
+ </coverage >
8
+ <testsuites >
9
+ <testsuite name =" Package Test Suite" >
10
+ <directory suffix =" Test.php" >./tests/</directory >
11
+ </testsuite >
12
+ </testsuites >
13
+ <php >
14
+ <env name =" HOST" value =" 127.0.0.1" />
15
+ <env name =" PORT" value =" 5672" />
16
+ <env name =" PORT_SSL" value =" 5671" />
17
+ <env name =" RABBITMQ_SSL_CAFILE" value =" ./tests/files/rootCA.pem" />
18
+ </php >
19
+ <logging />
20
+ <source >
21
+ <include >
22
+ <directory suffix =" Test.php" >src/</directory >
23
+ </include >
24
+ </source >
27
25
</phpunit >
You can’t perform that action at this time.
0 commit comments