magento2-ordercomments
magento2-ordercomments copied to clipboard
Unit Testing Deprecated getMock()
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();