Skip to content

Commit

Permalink
Fixing excluded file for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonroman committed Sep 13, 2017
1 parent 6955434 commit 90a5e5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<directory>.</directory>
<exclude>
<directory>./tests</directory>
<directory>./vendor</directory>
<file>./src/Request/Stats/Stats/AllStar/AllStarBallotPredictorRequest.php</file>
</exclude>
</whitelist>
Expand Down

0 comments on commit 90a5e5f

Please sign in to comment.