Skip to content

Commit

Permalink
Attempt to blacklist the vendor folder
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Jun 2, 2015
1 parent aaff07c commit 3160b64
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<directory>./tests/</directory>
</testsuite>
</testsuites>
<filter>
<blacklist>
<directory>./vendor</directory>
</blacklist>
</filter>
<php>
<env name="APP_ENV" value="testing"/>
<env name="CACHE_DRIVER" value="array"/>
Expand Down

0 comments on commit 3160b64

Please sign in to comment.