We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26385cf commit 183b08aCopy full SHA for 183b08a
1 file changed
phpunit.xml
@@ -1,8 +1,8 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit bootstrap="vendor/autoload.php"
3
- colors="true"
4
- verbose="true"
5
- stopOnFailure="false">
+ colors="true"
+ verbose="true"
+ stopOnFailure="false">
6
<testsuites>
7
<testsuite name="Utopia Agents Test Suite">
8
<directory>tests</directory>
@@ -13,4 +13,4 @@
13
<directory suffix=".php">src/</directory>
14
</include>
15
</coverage>
16
-</phpunit>
+</phpunit>
0 commit comments