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

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112424 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sminnee 2010-10-15 01:21:16 +00:00
parent ec9ea4c8d6
commit df024e513e
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>