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 dca8a85 commit 48a00a3Copy full SHA for 48a00a3
phpunit.xml
@@ -11,11 +11,11 @@
11
syntaxCheck="false"
12
>
13
<testsuites>
14
- <testsuite name="Unit Tests">
+ <testsuite name="Unit">
15
<directory suffix=".php">./tests/Unit</directory>
16
</testsuite>
17
18
- <testsuite name="Integration Tests">
+ <testsuite name="Integration">
19
<directory suffix=".php">./tests/Integration</directory>
20
<exclude>./tests/Integration/TestCase.php</exclude>
21
0 commit comments