We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f217d06 commit acae112Copy full SHA for acae112
phpunit.xml
@@ -11,8 +11,12 @@
11
syntaxCheck="false"
12
>
13
<testsuites>
14
- <testsuite name="Package Test Suite">
15
- <directory suffix=".php">tests</directory>
+ <testsuite name="Unit Tests">
+ <directory suffix=".php">./tests/Unit</directory>
16
+ </testsuite>
17
+
18
+ <testsuite name="Integration Tests">
19
+ <directory suffix=".php">./tests/Integration</directory>
20
<exclude>./tests/Integration/TestCase.php</exclude>
21
</testsuite>
22
</testsuites>
0 commit comments