| 
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>  | 
2 | 2 | <phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  | 
3 | 3 |  bootstrap="vendor/autoload.php"  | 
 | 4 | + backupGlobals="false"  | 
4 | 5 |  colors="true"  | 
5 |  | - verbose="true"  | 
6 |  | - xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">  | 
7 |  | - <coverage processUncoveredFiles="true">  | 
8 |  | - <include>  | 
9 |  | - <directory suffix=".php">./src</directory>  | 
10 |  | - </include>  | 
11 |  | - <exclude>  | 
12 |  | - <directory suffix=".php">./src/Exceptions/*</directory>  | 
13 |  | - </exclude>  | 
14 |  | - </coverage>  | 
15 |  | - <testsuites>  | 
16 |  | - <testsuite name="Changelog Test Suite">  | 
17 |  | - <directory>./tests/</directory>  | 
18 |  | - </testsuite>  | 
19 |  | - </testsuites>  | 
 | 6 | + processIsolation="false"  | 
 | 7 | + stopOnFailure="false"  | 
 | 8 | + xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"  | 
 | 9 | + cacheDirectory=".phpunit.cache"  | 
 | 10 | + backupStaticProperties="false">  | 
 | 11 | + <testsuites>  | 
 | 12 | + <testsuite name="Changelog Test Suite">  | 
 | 13 | + <directory suffix="Test.php">./tests/</directory>  | 
 | 14 | + </testsuite>  | 
 | 15 | + </testsuites>  | 
 | 16 | + <source>  | 
 | 17 | + <include>  | 
 | 18 | + <directory suffix=".php">./src</directory>  | 
 | 19 | + </include>  | 
 | 20 | + <exclude>  | 
 | 21 | + <directory suffix=".php">./src/Exceptions/*</directory>  | 
 | 22 | + </exclude>  | 
 | 23 | + </source>  | 
20 | 24 | </phpunit>  | 
0 commit comments