@@ -4,33 +4,33 @@ To change this license header, choose License Headers in Project Properties.
44To change this template file, choose Tools | Templates
55and open the template in the editor.
66-->
7-
87<!-- see http://www.phpunit.de/wiki/Documentation -->
9- <phpunit bootstrap =" ./vendor/autoload.php"
8+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9+ bootstrap =" ./vendor/autoload.php"
1010 colors =" true"
1111 testdox =" true"
1212 convertErrorsToExceptions =" true"
1313 convertNoticesToExceptions =" true"
1414 convertWarningsToExceptions =" true"
1515 convertDeprecationsToExceptions =" true"
16- stopOnFailure =" false" >
16+ stopOnFailure =" false"
17+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
18+
19+ <php >
20+ <ini name =" display_errors" value =" On" />
21+ <ini name =" display_startup_errors" value =" On" />
22+ <ini name =" error_reporting" value =" E_ALL" />
23+ </php >
1724
18- < php >
19- < ini name = " display_errors " value = " On " / >
20- < ini name = " display_startup_errors " value = " On " / >
21- < ini name = " error_reporting " value = " E_ALL " / >
22- </ php >
25+ < coverage >
26+ < include >
27+ < directory >./src</ directory >
28+ </ include >
29+ </ coverage >
2330
24- <filter >
25- <whitelist >
26- <directory >./src</directory >
27- </whitelist >
28- </filter >
29-
30- <testsuites >
31- <testsuite name =" Test Suite" >
32- <directory >./tests/</directory >
33- </testsuite >
34- </testsuites >
35-
31+ <testsuites >
32+ <testsuite name =" Test Suite" >
33+ <directory >./tests/</directory >
34+ </testsuite >
35+ </testsuites >
3636</phpunit >
0 commit comments