File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
app/code/Magento/Paypal/Test/Unit/Controller
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ abstract class ExpressTest extends TestCase
32
32
/** @var Express */
33
33
protected $ model ;
34
34
35
- /** @var string */
36
- protected $ name = '' ;
35
+ /** @var string */
36
+ protected $ name = '' ;
37
37
38
38
/** @var Session|MockObject */
39
39
protected $ customerSession ;
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ public function testGetCartWithNotDefaultStore()
202
202
public function testGetCartWithWrongStore ()
203
203
{
204
204
$ this ->expectException (\Exception::class);
205
- $ message = 'The account sign-in was incorrect or your account is disabled temporarily. ' ;
205
+ $ message = 'The account sign-in was incorrect or your account is disabled temporarily. ' ;
206
206
$ this ->expectExceptionMessage ($ message .' Please wait and try again later. ' );
207
207
208
208
$ maskedQuoteId = $ this ->getMaskedQuoteIdByReservedOrderId ->execute ('test_order_1 ' );
@@ -240,7 +240,7 @@ public function testGetCartWithNotExistingStore()
240
240
*/
241
241
public function testGetCartForLockedCustomer ()
242
242
{
243
- $ this ->markTestSkipped ('https://github.com/magento/graphql-ce/issues/750 ' );
243
+ $ this ->markTestIncomplete ('https://github.com/magento/graphql-ce/issues/750 ' );
244
244
245
245
/* lock customer */
246
246
$ customerSecure = $ this ->customerRegistry ->retrieveSecureData (1 );
You can’t perform that action at this time.
0 commit comments