Skip to content

Commit

Permalink
Small adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard13 committed Mar 20, 2019
1 parent 0cd94e2 commit afa9a80
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class AttributeValueProviderTest extends TestCase
private $productCollectionFactoryMock;

/**
* @var @var Product|PHPUnit_Framework_MockObject_MockObject
* @var Product|PHPUnit_Framework_MockObject_MockObject
*/
private $productMock;

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


/**
* Get attribute text when the flat table is enabled
*
Expand Down

0 comments on commit afa9a80

Please sign in to comment.