Skip to content

Commit 67b0d9c

Browse files
committed
Fix phpunit.xml
1 parent 90986c2 commit 67b0d9c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

tests/phpunit.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
<phpunit bootstrap="bootstrap.php" colors="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnFailure="false"/>
1+
<phpunit bootstrap="bootstrap.php" colors="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnFailure="false">
2+
<testsuites>
3+
<testsuite name="Test Suite">
4+
<directory>tests</directory>
5+
</testsuite>
6+
</testsuites>
7+
</phpunit>

0 commit comments

Comments
 (0)