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 dc26185 commit cc7e324Copy full SHA for cc7e324
build.xml
@@ -16,7 +16,7 @@
16
</target>
17
18
<target name="tests" depends="setup" description="run tests">
19
- <exec command="phpunit --configuration test/phpunit.xml.dist"/>
+ <exec command="phpunit --configuration test/phpunit.xml.dist --exclude-group ExternalLibrary"/>
20
21
22
<target name="standards" depends="setup" description="test for code standards">
0 commit comments