Skip to content

Commit afa9a80

Browse files
committed
Small adjustments
1 parent 0cd94e2 commit afa9a80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Wishlist/Test/Unit/Model/Product/AttributeValueProviderTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class AttributeValueProviderTest extends TestCase
3131
private $productCollectionFactoryMock;
3232

3333
/**
34-
* @var @var Product|PHPUnit_Framework_MockObject_MockObject
34+
* @var Product|PHPUnit_Framework_MockObject_MockObject
3535
*/
3636
private $productMock;
3737

@@ -108,7 +108,6 @@ public function testGetAttributeTextWhenFlatIsDisabled(int $productId, string $a
108108
$this->assertEquals($attributeText, $actual);
109109
}
110110

111-
112111
/**
113112
* Get attribute text when the flat table is enabled
114113
*

0 commit comments

Comments
 (0)