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

Commit

Permalink
Merge pull request #187 from samsonasik/patch-2
Browse files Browse the repository at this point in the history
update phpunit.xml : remove Module.php from whitelist as already moved to src/ZendDeveloperTools
  • Loading branch information
Ocramius committed Apr 26, 2015
2 parents 51180b8 + 77099c5 commit 7844297
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
<file>Module.php</file>
</whitelist>
</filter>
</phpunit>

0 comments on commit 7844297

Please sign in to comment.