magento2-ordercomments icon indicating copy to clipboard operation
magento2-ordercomments copied to clipboard

Unit Testing Deprecated getMock()

Open PathToLife opened this issue 6 years ago • 0 comments

deprecated class

I'm using magento 2.3 with php 7.2.

OLD extends \PHPUnit_Framework_TestCase NEW extends \PHPUnit\Framework\TestCase

OLD getMock() $this->_request = $this->getMockBuilder()->disableOriginalConstructor()->getMock();

PathToLife avatar Jan 23 '19 21:01 PathToLife