Skip to content

Commit

Permalink
💚 Use phpunit version installed using composer
Browse files Browse the repository at this point in the history
  • Loading branch information
DerJacques committed Mar 27, 2017
1 parent ab07e4a commit 3894fc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ before_script:
- travis_retry composer update --no-interaction

script:
- phpunit --coverage-text --coverage-clover=coverage.clover
- vendor/phpunit/phpunit/phpunit --coverage-text --coverage-clover=coverage.clover

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
Expand Down
4 changes: 4 additions & 0 deletions tests/ChannelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@

class ChannelTest extends TestCase
{
public function tearDown() {
Mockery::close();
}

/**
* @test
*/
Expand Down

0 comments on commit 3894fc2

Please sign in to comment.