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 e93fa6b commit f984f98Copy full SHA for f984f98
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">
+ <directory suffix=".php">./tests/Unit</directory>
16
+ </testsuite>
17
+
18
+ <testsuite name="Integration">
19
+ <directory suffix=".php">./tests/Integration</directory>
20
<exclude>./tests/Integration/TestCase.php</exclude>
21
</testsuite>
22
</testsuites>
0 commit comments