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
3232 /** @var Express */
3333 protected $ model ;
3434
35- /** @var string */
36- protected $ name = '' ;
35+ /** @var string */
36+ protected $ name = '' ;
3737
3838 /** @var Session|MockObject */
3939 protected $ customerSession ;
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ public function testGetCartWithNotDefaultStore()
202202 public function testGetCartWithWrongStore ()
203203 {
204204 $ 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. ' ;
206206 $ this ->expectExceptionMessage ($ message .' Please wait and try again later. ' );
207207
208208 $ maskedQuoteId = $ this ->getMaskedQuoteIdByReservedOrderId ->execute ('test_order_1 ' );
@@ -240,7 +240,7 @@ public function testGetCartWithNotExistingStore()
240240 */
241241 public function testGetCartForLockedCustomer ()
242242 {
243- $ this ->markTestSkipped ('https://github.com/magento/graphql-ce/issues/750 ' );
243+ $ this ->markTestIncomplete ('https://github.com/magento/graphql-ce/issues/750 ' );
244244
245245 /* lock customer */
246246 $ customerSecure = $ this ->customerRegistry ->retrieveSecureData (1 );
You can’t perform that action at this time.
0 commit comments