Skip to content

Commit c2558c3

Browse files
committed
chore: update the phpunit config file
1 parent 2f3163a commit c2558c3

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

phpunit.xml

+3-12
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,12 @@
11
<?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">
135
<testsuites>
146
<testsuite name="Php Library Test Suite">
157
<directory>test</directory>
168
</testsuite>
179
</testsuites>
18-
1910
<coverage>
2011
<include>
2112
<directory suffix=".php">src</directory>

0 commit comments

Comments
 (0)