MINOR Exclude "sanity check" type tests by default from PHPUnit runs (e.g. PhpSyntaxTest)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@111117 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
ischommer 2010-09-22 05:06:10 +00:00 committed by Sam Minnee
parent 68e5af940f
commit f95e9396b9
1 changed files with 7 additions and 0 deletions

View File

@ -35,4 +35,11 @@
<listener class="SS_TestListener" file="sapphire/dev/TestListener.php">
</listener>
</listeners>
<groups>
<exclude>
<group>sanitychecks</group>
</exclude>
</groups>
</phpunit>