Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Properly exclude the resources directory
Browse files Browse the repository at this point in the history
  • Loading branch information
geerteltink committed Aug 29, 2016
1 parent 7e7ba63 commit 964e64a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
<filter>
<whitelist>
<directory suffix=".php">./src</directory>
<exclude>./src/ExpressiveInstaller/Resources</exclude>
<exclude>
<directory suffix=".php">./src/ExpressiveInstaller/Resources</directory>
</exclude>
</whitelist>
</filter>
</phpunit>

0 comments on commit 964e64a

Please sign in to comment.