Test/Unit/Helper/DataTest.php
Method testGetTemplateStatus
has 28 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function testGetTemplateStatus()
{
$invoiceMock = $this->getMockBuilder(Invoice::class)
->disableOriginalConstructor()
Method setUp
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function setUp()
{
$this->context = $this->getMockBuilder(Context::class)
->setMethods(['getScopeConfig'])
->disableOriginalConstructor()