Skip to content

Commit

Permalink
Fix paths for tests (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet authored Jul 23, 2020
1 parent 5568c52 commit feba958
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
>
<testsuites>
<testsuite name="EmailValidator Test Suite">
<directory>./Tests/EmailValidator</directory>
<directory>./tests/EmailValidator</directory>
<exclude>./vendor/</exclude>
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory>./EmailValidator/</directory>
<directory>./src/</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit feba958

Please sign in to comment.