Skip to content

Commit 238de79

Browse files
committed
Update phpunit.xml.dist.
1 parent 33524d4 commit 238de79

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

phpunit.xml.dist

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<phpunit
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
43
bootstrap="./tests/bootstrap.php"
5-
colors="true" stopOnFailure="false"
6-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
74
cacheDirectory=".phpunit.cache"
5+
colors="true"
86
requireCoverageMetadata="true"
7+
stopOnFailure="false"
8+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
910
>
1011
<testsuites>
1112
<testsuite name="Yii2-swiftmailer Test Suite">

0 commit comments

Comments
 (0)