Skip to content

Commit

Permalink
Phpunit
Browse files Browse the repository at this point in the history
  • Loading branch information
addshore committed Feb 22, 2014
1 parent 54f50b1 commit e27cc57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ before_script:
- composer install

script:
- phpunit --configuration phpunit.xml --coverage-clover=coverage.clover
- phpunit --coverage-clover=coverage.clover

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down
5 changes: 5 additions & 0 deletions phpunit.xml → phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit e27cc57

Please sign in to comment.