Skip to content

Commit

Permalink
Added filters to phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
romeOz committed Jan 26, 2015
1 parent 6b65b1a commit d5db54b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
<directory>./tests/</directory>
</testsuite>
</testsuites>
<filter>
<blacklist>
<directory suffix=".php">./src/locale/ru</directory>
<file>./src/ActiveValidate.php</file>
</blacklist>
</filter>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml"/>
</logging>
Expand Down

0 comments on commit d5db54b

Please sign in to comment.