Skip to content

Commit

Permalink
Merge pull request #109 from AntonLee/mockery-test-listener
Browse files Browse the repository at this point in the history
remove mockery TestListener
  • Loading branch information
davedevelopment committed Aug 5, 2016
2 parents 44591b9 + b766637 commit b87452a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- hhvm

branches:
Expand Down
4 changes: 0 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,4 @@
</testsuite>
</testsuites>

<listeners>
<listener class="\Mockery\Adapter\Phpunit\TestListener" file="vendor/mockery/mockery/library/Mockery/Adapter/Phpunit/TestListener.php"></listener>
</listeners>

</phpunit>

0 comments on commit b87452a

Please sign in to comment.