thephpleague / statsd

A library for working with StatsD
MIT License
351 stars 56 forks source link

Fix PHPUnit test cases and configuration #47

Closed andreskrey closed 7 years ago

andreskrey commented 7 years ago

This PR fixes issue #46

On PHP7 and PHPUnit 6, this repo was having trouble running the tests, mainly because PHPUnit wasn't able to find any tests because the TestCase class was extending an old version of TestCase

Bumped the PHPUnit version and extended the correct class. Since this repo aims to support +5.6 (based on the travis configuration file) it doesn't make sense to use an old version of PHPUnit

andreskrey commented 7 years ago

Just checked the Travis results and I can confirm that tests are running now on all the supported PHP versions. :)

andreskrey commented 7 years ago

Bump @marcqualie

marcqualie commented 7 years ago

Apologies for the delay @andreskrey

Thanks for the contribution

andreskrey commented 7 years ago

No worries, just wanted to check if the project was still alive :)