8p / EightPointsGuzzleBundle

⛽️ Integrates Guzzle 6.x, a PHP HTTP Client, into Symfony
MIT License
440 stars 71 forks source link

Upgrade PHPUnit to 7.5.x #276

Closed RageZBla closed 5 years ago

RageZBla commented 5 years ago
Q A
Bug fix no
New feature yes
BC breaks no
Deprecations no
Tests pass yes
Fixed tickets #275
License MIT
gregurco commented 5 years ago

And also in tests you can find usage of /PHPUnit_Framework_MockObject_MockObject. It's deprecated interface. Replace it with \PHPUnit\Framework\MockObject\MockObject.

More info here: https://github.com/sebastianbergmann/phpunit/blob/7.5/src/Framework/MockObject/MockObject.php#L21

RageZBla commented 5 years ago

@gregurco thanks for the review, I have addressed your feedback :bowing_man:

gregurco commented 5 years ago

@RageZBla thank you and congratulations with first PR :tada: