Skip to content

Commit 56fff4c

Browse files
committed
MC-29405: PHPStan: "Class does not have a constructor and must be instantiated without any parameters" errors
1 parent 1c2d999 commit 56fff4c

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

app/code/Magento/Customer/Test/Unit/Model/Customer/Attribute/Backend/BillingTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use Magento\Eav\Model\Entity\Attribute\AbstractAttribute;
1313
use Magento\Framework\DataObject;
1414
use PHPUnit\Framework\TestCase;
15-
use Psr\Log\LoggerInterface;
1615

1716
class BillingTest extends TestCase
1817
{

app/code/Magento/Customer/Test/Unit/Model/Customer/Attribute/Backend/ShippingTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
use Magento\Eav\Model\Entity\Attribute\AbstractAttribute;
1313
use Magento\Framework\DataObject;
1414
use PHPUnit\Framework\TestCase;
15-
use Psr\Log\LoggerInterface;
1615

1716
class ShippingTest extends TestCase
1817
{

app/code/Magento/Theme/Test/Unit/Block/Adminhtml/Design/Config/Edit/SaveButtonTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77

88
namespace Magento\Theme\Test\Unit\Block\Adminhtml\Design\Config\Edit;
99

10-
use Magento\Backend\Block\Widget\Context;
11-
use Magento\Framework\UrlInterface;
1210
use Magento\Theme\Block\Adminhtml\Design\Config\Edit\SaveButton;
13-
use PHPUnit\Framework\MockObject\MockObject;
1411
use PHPUnit\Framework\TestCase;
1512

1613
class SaveButtonTest extends TestCase

0 commit comments

Comments
 (0)