Skip to content

Commit 1704602

Browse files
author
Igor Melnikov
committed
MAGETWO-69137: upgrading Magento2 Project PHPUnit version to latest
- refactor tests
1 parent 3b3cab4 commit 1704602

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Eav/Test/Unit/Model/Entity/AttributeLoaderTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ public function testLoadAllAttributes()
8484

8585
public function testLoadAllAttributesAttributeCodesPresentInDefaultAttributes()
8686
{
87-
$attributeMock = $this->createPartialMock(\Magento\Eav\Model\Attribute::class,
87+
$attributeMock = $this->createPartialMock(
88+
\Magento\Eav\Model\Attribute::class,
8889
[
8990
'setAttributeCode',
9091
'setBackendType',

0 commit comments

Comments
 (0)