We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5fffae commit 7f70a6fCopy full SHA for 7f70a6f
app/code/Magento/Checkout/Test/Unit/Model/Cart/CollectQuoteTest.php
@@ -165,7 +165,7 @@ public function testCollect()
165
/**
166
* Test with a not logged in customer
167
*/
168
- public function testCustomerIsNotLoggedIn()
+ public function testCollectWhenCustomerIsNotLoggedIn()
169
{
170
$this->customerSessionMock->expects(self::once())
171
->method('isLoggedIn')
0 commit comments