Skip to content

Commit 3f0aa79

Browse files
committed
excluded includes
1 parent edfe5ba commit 3f0aa79

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
@@ -21,6 +21,7 @@
2121
<directory suffix=".php">./tests/normal</directory>
2222
<directory suffix=".php" phpVersion="5.6.0" phpVersionOperator=">=">./tests/php5</directory>
2323
<directory suffix=".php" phpVersion="7.0.0" phpVersionOperator=">=">./tests/php7</directory>
24+
<exclude>./tests/Includes</exclude>
2425
</testsuite>
2526
</testsuites>
2627
</phpunit>

0 commit comments

Comments
 (0)