Skip to content

Commit 7f70a6f

Browse files
authored
Clarification for the test name
1 parent e5fffae commit 7f70a6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Checkout/Test/Unit/Model/Cart/CollectQuoteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public function testCollect()
165165
/**
166166
* Test with a not logged in customer
167167
*/
168-
public function testCustomerIsNotLoggedIn()
168+
public function testCollectWhenCustomerIsNotLoggedIn()
169169
{
170170
$this->customerSessionMock->expects(self::once())
171171
->method('isLoggedIn')

0 commit comments

Comments
 (0)