File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
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" bootstrap =" ./vendor/autoload.php" colors =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.0/phpunit.xsd" cacheDirectory =" .phpunit.cache" >
3
- <coverage includeUncoveredFiles =" true" >
4
- <include >
5
- <directory suffix =" .php" >./src</directory >
6
- </include >
7
- </coverage >
2
+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" backupGlobals =" false" bootstrap =" ./vendor/autoload.php" colors =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.3/phpunit.xsd" cacheDirectory =" .phpunit.cache" >
3
+ <coverage includeUncoveredFiles =" true" />
8
4
<testsuite name =" Browser Detect PHPUnit Tests" >
9
5
<directory suffix =" Test.php" >./tests</directory >
10
6
<exclude >./tests/_fixture</exclude >
11
7
</testsuite >
8
+ <source >
9
+ <include >
10
+ <directory suffix =" .php" >./src</directory >
11
+ </include >
12
+ </source >
12
13
</phpunit >
You can’t perform that action at this time.
0 commit comments