Skip to content
This repository has been archived by the owner on Aug 9, 2021. It is now read-only.

Commit

Permalink
Exclude the wrapper for curl functions from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
slavcodev committed Oct 14, 2015
1 parent eac6a3d commit 4f439bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
<filter>
<whitelist>
<directory suffix=".php">src/</directory>
<exclude>
<file>src/Adapter/Curl/CurlSession.php</file>
</exclude>
</whitelist>
</filter>
</phpunit>

0 comments on commit 4f439bb

Please sign in to comment.