8000
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
coverage
1 parent d503983 commit c775b6cCopy full SHA for c775b6c
phpunit.xml.dist
@@ -1,7 +1,11 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.2/phpunit.xsd" cacheDirectory=".phpunit.cache">
3
- <coverage/>
4
- <testsuites>
+<phpunit
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/|version|/phpunit.xsd"
5
+ bootstrap="vendor/autoload.php"
6
+ colors="true"
7
+ cacheDirectory=".phpunit.cache">
8
+<testsuites>
9
<testsuite name="Unit Tests">
10
<directory>tests</directory>
11
</testsuite>
0 commit comments