Skip to content

Commit

Permalink
Fix phpunit.xml.dist whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
estahn committed Mar 16, 2016
1 parent fc485cd commit 265fba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<filter>
<whitelist>
<directory suffix=".php">src/JsonAssert/</directory>
<directory suffix=".php">src/</directory>
</whitelist>
</filter>

Expand Down

0 comments on commit 265fba8

Please sign in to comment.