Skip to content

Commit

Permalink
Exclude vendor/ folder from default phpunit run
Browse files Browse the repository at this point in the history
Once we start placing SS modules in vendor/,
we need to find a smarter solution...
  • Loading branch information
chillu committed Nov 28, 2012
1 parent a2501ad commit 9fa3c52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Expand Up @@ -18,6 +18,7 @@
>
<testsuite name="Default">
<directory>./</directory>
<exclude>vendor/</exclude>
</testsuite>

<filter>
Expand Down

0 comments on commit 9fa3c52

Please sign in to comment.