Skip to content

Commit b270813

Browse files
committed
Update development dependencies
1 parent a3dc14c commit b270813

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

phpunit.xml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
55
bootstrap="vendor/autoload.php"
66
backupGlobals="false"
77
colors="true"
@@ -11,15 +11,6 @@
1111
backupStaticProperties="false"
1212
>
1313
<coverage>
14-
<include>
15-
<directory suffix=".php">src</directory>
16-
</include>
17-
<exclude>
18-
<directory suffix="TestCase.php">src</directory>
19-
<directory suffix="Test.php">src</directory>
20-
<directory suffix="Bench.php">src</directory>
21-
<directory prefix="Test">src</directory>
22-
</exclude>
2314
<report>
2415
<clover outputFile="build/clover.xml"/>
2516
<html outputDirectory="build/coverage"/>
@@ -34,4 +25,15 @@
3425
<logging>
3526
<junit outputFile="build/junit.xml"/>
3627
</logging>
28+
<source>
29+
<include>
30+
<directory suffix=".php">src</directory>
31+
</include>
32+
<exclude>
33+
<directory suffix="TestCase.php">src</directory>
34+
<directory suffix="Test.php">src</directory>
35+
<directory suffix="Bench.php">src</directory>
36+
<directory prefix="Test">src</directory>
37+
</exclude>
38+
</source>
3739
</phpunit>

0 commit comments

Comments
 (0)