File tree 1 file changed +3
-12
lines changed
1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
-
3
- <phpunit backupGlobals =" false"
4
- backupStaticAttributes =" false"
5
- bootstrap =" test/bootstrap.php"
6
- colors =" true"
7
- convertErrorsToExceptions =" true"
8
- convertNoticesToExceptions =" true"
9
- convertWarningsToExceptions =" true"
10
- stopOnFailure =" false"
11
-
12
- >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" bootstrap =" test/bootstrap.php" colors =" true"
3
+ stopOnFailure =" false" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd" cacheDirectory =" .phpunit.cache"
4
+ backupStaticProperties =" false" >
13
5
<testsuites >
14
6
<testsuite name =" Php Library Test Suite" >
15
7
<directory >test</directory >
16
8
</testsuite >
17
9
</testsuites >
18
-
19
10
<coverage >
20
11
<include >
21
12
<directory suffix =" .php" >src</directory >
You can’t perform that action at this time.
0 commit comments