Skip to content

Commit 700ca2e

Browse files
committed
AC-7566::2.4.6-alpha2-Composer Integration Test Failures (Broken tests)
1 parent ccea8c1 commit 700ca2e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/code/Magento/Paypal/Test/Unit/Controller/ExpressTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetCartTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)