Deprecation warnings
esschul opened this issue · 5 comments
esschul commented
When invoking getFunctionMock I am getting the following deprecation warnings.
- MockBuilder::addMethods() is deprecated and will be removed in PHPUnit 12 without replacement.
- MockBuilder::getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.
michalbundyra commented
esschul commented
Thanks!
michalbundyra commented
Maybe lets leave it open, as it will be easier for others to spot the issue. Still if someone will provide the fix now I can accept it, but I am not going to work on it separately before we see PHPUnit 12.
Thanks