Skip to content

Commit

Permalink
Exclude postcode lookup services from testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Hall committed Mar 9, 2018
1 parent 94660fb commit 284f8e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<directory suffix=".php">src</directory>
<exclude>
<directory suffix=".php">src/Examples</directory>
<file>src/objects/IdealPostcodes.php</file>
<file>src/objects/PostcodeAnywhere.php</file>
</exclude>
</whitelist>
</filter>
Expand Down

0 comments on commit 284f8e1

Please sign in to comment.