Skip to content

Commit eca863c

Browse files
rogyarmage2pratik
authored andcommitted
Clarification for the test name
1 parent a448585 commit eca863c

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)