Skip to content

Commit 626094d

Browse files
Stopped phpunit echoing the stubs
1 parent 62c89f7 commit 626094d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<testsuites>
1414
<testsuite name="Package Test Suite">
1515
<directory suffix=".php">./tests</directory>
16+
<exclude>./tests/Functional/stubs</exclude>
1617
</testsuite>
1718
</testsuites>
1819
<filter>

0 commit comments

Comments
 (0)