File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
dev/tests/integration/testsuite/Magento/Catalog/Helper/Product Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11<?php
22/**
3- * Copyright © Magento, Inc. All rights reserved.
4- * See COPYING.txt for license details .
3+ * Copyright 2011 Adobe
4+ * All Rights Reserved .
55 */
6-
76namespace Magento \Catalog \Helper \Product ;
87
98use Magento \Catalog \Helper \Data ;
@@ -142,7 +141,7 @@ public function testCalculate()
142141 $ this ->assertTrue ($ this ->_helper ->hasItems ());
143142 $ compareItems = $ this ->_helper ->getItemCollection ();
144143 $ compareItems ->clear ();
145- $ session ->unsCatalogCompareItemsCountPerWebsite ();
144+ $ session ->unsCatalogCompareItemsCountPerStoreView ();
146145 $ this ->assertFalse ($ this ->_helper ->hasItems ());
147146 $ this ->assertEquals (0 , $ session ->getCatalogCompareItemsCount ());
148147 $ this ->storeManager ->setCurrentStore (1 );
You can’t perform that action at this time.
0 commit comments