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.
1 parent 1e33f9a commit d7f4b43Copy full SHA for d7f4b43
1 file changed
phpunit.xml
@@ -1,10 +1,8 @@
1
<?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>
+<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">
+ <testsuites>
+ <testsuite name="Default">
+ <directory>./tests</directory>
+ </testsuite>
+ </testsuites>
10
</phpunit>
0 commit comments