Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noogen committed Sep 10, 2017
1 parent c3415d1 commit 38dae2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: php
php:
- '5.6'
- '7.0'
- '7.1'

Expand Down
8 changes: 4 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
stopOnFailure="true"
syntaxCheck="false">
<testsuites>
<testsuite name="Unit Tests">
<directory>tests</directory>
<testsuite name="Unit">
<directory suffix="Tests.php">./tests/</directory>
</testsuite>
</testsuites>

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

Expand Down

0 comments on commit 38dae2b

Please sign in to comment.