Skip to content

Commit 28e2038

Browse files
committed
chore: bump dev dependencies
add testruns for PHP > 8.2
1 parent 18f775d commit 28e2038

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

phpunit.xml.dist

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,27 @@
22
<phpunit
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
5-
backupGlobals="false"
6-
backupStaticAttributes="false"
75
bootstrap="vendor/autoload.php"
86
colors="true"
9-
convertErrorsToExceptions="true"
10-
convertNoticesToExceptions="true"
11-
convertWarningsToExceptions="true"
12-
processIsolation="false"
13-
stopOnFailure="false"
147
executionOrder="random"
158
failOnWarning="true"
169
failOnRisky="true"
1710
failOnEmptyTestSuite="true"
1811
beStrictAboutOutputDuringTests="true"
19-
verbose="true"
2012
>
2113
<testsuites>
2214
<testsuite name="Spatie Test Suite">
2315
<directory>tests</directory>
2416
</testsuite>
2517
</testsuites>
26-
<coverage>
18+
19+
<source ignoreSuppressionOfDeprecations="true" restrictNotices="true" restrictWarnings="true">
2720
<include>
28-
<directory suffix=".php">./src</directory>
21+
<directory>src</directory>
2922
</include>
23+
</source>
24+
25+
<coverage>
3026
<report>
3127
<html outputDirectory="build/coverage"/>
3228
<text outputFile="build/coverage.txt"/>

0 commit comments

Comments
 (0)