mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
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:
parent
a2501ad209
commit
9fa3c52169
@ -18,6 +18,7 @@
|
||||
>
|
||||
<testsuite name="Default">
|
||||
<directory>./</directory>
|
||||
<exclude>vendor/</exclude>
|
||||
</testsuite>
|
||||
|
||||
<filter>
|
||||
|
Loading…
Reference in New Issue
Block a user