We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
phpunit.xml.dist
1 parent 33524d4 commit 238de79Copy full SHA for 238de79
phpunit.xml.dist
@@ -1,11 +1,12 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<phpunit
3
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
bootstrap="./tests/bootstrap.php"
5
- colors="true" stopOnFailure="false"
6
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
7
cacheDirectory=".phpunit.cache"
+ colors="true"
8
requireCoverageMetadata="true"
+ stopOnFailure="false"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd"
10
>
11
<testsuites>
12
<testsuite name="Yii2-swiftmailer Test Suite">
0 commit comments