Skip to content

Commit d7f4b43

Browse files
committed
Update phpunit.xml
1 parent 1e33f9a commit d7f4b43

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

phpunit.xml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit bootstrap="tests/bootstrap.php" colors="true" verbose="true"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd">
5-
<testsuites>
6-
<testsuite name="Default">
7-
<directory>./tests</directory>
8-
</testsuite>
9-
</testsuites>
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="tests/bootstrap.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory=".phpunit.cache">
3+
<testsuites>
4+
<testsuite name="Default">
5+
<directory>./tests</directory>
6+
</testsuite>
7+
</testsuites>
108
</phpunit>

0 commit comments

Comments
 (0)