Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
exclude vendor directory from tests
  • Loading branch information
hackzilla committed Dec 3, 2015
1 parent 3b7f7d0 commit ca67122
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Expand Up @@ -24,6 +24,7 @@
<exclude>
<directory>./Resources</directory>
<directory>./Tests</directory>
<directory>./vendor</directory>
</exclude>
</whitelist>
</filter>
Expand Down

0 comments on commit ca67122

Please sign in to comment.