symfony-cmf / routing-auto

RoutingAuto component
https://cmf.symfony.com
Other
6 stars 11 forks source link

Fixed warning about deprecated PHPUnit_Framework_TestCase::getMock() method #89

Closed damienflament closed 7 years ago

damienflament commented 7 years ago

It is deprecated in favor of createMock() since version 5.4.

dbu commented 7 years ago

can you please rebase this on master? i merged #90 so the build should now succeed again.

damienflament commented 7 years ago

Done. But I force updated the branch instead of merging it locally before pushing it. 👎

dbu commented 7 years ago

i usually do git rebase origin/master && git push -f origin HEAD

force pushing on a feature branch is ok by my book ;-)