We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 183b08a commit db54902Copy full SHA for db54902
1 file changed
phpunit.xml
@@ -1,16 +1,16 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<phpunit bootstrap="vendor/autoload.php"
3
- colors="true"
4
- verbose="true"
5
- stopOnFailure="false">
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.0/phpunit.xsd"
+ bootstrap="vendor/autoload.php"
+ colors="true">
6
<testsuites>
7
<testsuite name="Utopia Agents Test Suite">
8
<directory>tests</directory>
9
</testsuite>
10
</testsuites>
11
- <coverage>
+ <source>
12
<include>
13
<directory suffix=".php">src/</directory>
14
</include>
15
- </coverage>
16
-</phpunit>
+ </source>
+</phpunit>
0 commit comments