We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90986c2 commit 67b0d9cCopy full SHA for 67b0d9c
1 file changed
tests/phpunit.xml
@@ -1 +1,7 @@
1
-<phpunit bootstrap="bootstrap.php" colors="false" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnFailure="false"/>
+<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