Skip to content

Commit

Permalink
Fixed unit test path
Browse files Browse the repository at this point in the history
added hhvm
  • Loading branch information
clphillips committed Sep 9, 2015
1 parent 51417c2 commit 54df1cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ php:
- 5.5
- 5.6
- 7.0
- hhvm
before_script:
- composer install
script:
Expand Down
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
>
<testsuites>
<testsuite name="Unit">
<directory suffix=".php">./tests/unit</directory>
<directory suffix=".php">tests/Unit</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./src</directory>
<directory suffix=".php">src</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit 54df1cf

Please sign in to comment.