Skip to content

Commit 183b08a

Browse files
committed
try rerun
1 parent 26385cf commit 183b08a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

phpunit.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit bootstrap="vendor/autoload.php"
3-
colors="true"
4-
verbose="true"
5-
stopOnFailure="false">
3+
colors="true"
4+
verbose="true"
5+
stopOnFailure="false">
66
<testsuites>
77
<testsuite name="Utopia Agents Test Suite">
88
<directory>tests</directory>
@@ -13,4 +13,4 @@
1313
<directory suffix=".php">src/</directory>
1414
</include>
1515
</coverage>
16-
</phpunit>
16+
</phpunit>

0 commit comments

Comments
 (0)