File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
app/code/Magento/Wishlist/Test/Unit Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 16
16
use PHPUnit \Framework \MockObject \MockObject ;
17
17
18
18
/**
19
- * AttributeValueProviderTest
19
+ * Class AttributeValueProviderTest
20
+ *
21
+ * PHPUnit test case for \Magento\Wishlist\Model\Product\AttributeValueProvider
20
22
*/
21
23
class AttributeValueProviderTest extends TestCase
22
24
{
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ public function testExecute()
113
113
$ wishlists = $ this ->getMockBuilder (\Magento \Wishlist \Model \ResourceModel \Wishlist \Collection::class)
114
114
->disableOriginalConstructor ()
115
115
->getMock ();
116
- $ loadedWishlist = $ this ->getMockBuilder (\Magento \Wishlist \Model \Wishlist \Item ::class)
116
+ $ loadedWishlist = $ this ->getMockBuilder (\Magento \Wishlist \Model \Wishlist::class)
117
117
->setMethods (['getId ' , 'delete ' ])
118
118
->disableOriginalConstructor ()
119
119
->getMock ();
You can’t perform that action at this time.
0 commit comments