Skip to content

Commit 2e2aff8

Browse files
committed
try
1 parent efba302 commit 2e2aff8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" backupGlobals="false" colors="true" processIsolation="false" stopOnFailure="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory=".phpunit.cache" backupStaticProperties="false">
33
<coverage/>
4+
<metadata>
5+
<include-annotations>true</include-annotations>
6+
</metadata>
47
<testsuites>
58
<testsuite name="unit">
69
<directory>tests/Unit</directory>

0 commit comments

Comments
 (0)