Skip to content

Commit bbc821d

Browse files
committed
phpunit
1 parent 42fbb24 commit bbc821d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

phpunit.xml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="true" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
3-
<coverage processUncoveredFiles="true">
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
backupGlobals="false"
4+
bootstrap="vendor/autoload.php"
5+
colors="true"
6+
processIsolation="true"
7+
stopOnFailure="false"
8+
xsi:noNamespaceSchemaLocation="/phpunit.xsd">
9+
<coverage>
410
<include>
511
<directory suffix=".php">./src</directory>
612
</include>

0 commit comments

Comments
 (0)