Exclude vendor/ folder from default phpunit run

Once we start placing SS modules in vendor/,
we need to find a smarter solution...
This commit is contained in:
Ingo Schommer 2012-11-28 15:47:28 +01:00
parent a2501ad209
commit 9fa3c52169
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@
>
<testsuite name="Default">
<directory>./</directory>
<exclude>vendor/</exclude>
</testsuite>
<filter>