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 efba302 commit 2e2aff8Copy full SHA for 2e2aff8
phpunit.xml.dist
@@ -1,6 +1,9 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<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">
3
<coverage/>
4
+ <metadata>
5
+ <include-annotations>true</include-annotations>
6
+ </metadata>
7
<testsuites>
8
<testsuite name="unit">
9
<directory>tests/Unit</directory>
0 commit comments