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 edfe5ba commit 3f0aa79Copy full SHA for 3f0aa79
phpunit.xml
@@ -21,6 +21,7 @@
21
<directory suffix=".php">./tests/normal</directory>
22
<directory suffix=".php" phpVersion="5.6.0" phpVersionOperator=">=">./tests/php5</directory>
23
<directory suffix=".php" phpVersion="7.0.0" phpVersionOperator=">=">./tests/php7</directory>
24
+ <exclude>./tests/Includes</exclude>
25
</testsuite>
26
</testsuites>
27
</phpunit>
0 commit comments