Skip to content

Commit ccea8c1

Browse files
committed
AC-7562::2.4.6-alpha2-Composer Integration Test Failures(Broken)
1 parent b5fc5fe commit ccea8c1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

dev/tests/api-functional/testsuite/Magento/GiftMessage/Api/GuestItemRepositoryTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99

1010
class GuestItemRepositoryTest extends WebapiAbstract
1111
{
12-
const SERVICE_VERSION = 'V1';
13-
const SERVICE_NAME = 'giftMessageGuestItemRepositoryV1';
14-
const RESOURCE_PATH = '/V1/guest-carts/';
12+
public const SERVICE_VERSION = 'V1';
13+
public const SERVICE_NAME = 'giftMessageGuestItemRepositoryV1';
14+
public const RESOURCE_PATH = '/V1/guest-carts/';
1515

1616
/**
1717
* @var \Magento\TestFramework\ObjectManager

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,8 +202,8 @@ 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. Please wait and try again later.';
206-
$this->expectExceptionMessage($message);
205+
$message = 'The account sign-in was incorrect or your account is disabled temporarily.';
206+
$this->expectExceptionMessage($message.' Please wait and try again later.');
207207

208208
$maskedQuoteId = $this->getMaskedQuoteIdByReservedOrderId->execute('test_order_1');
209209
$query = $this->getQuery($maskedQuoteId);

lib/internal/Magento/Framework/App/Utility/AggregateInvoker.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function __construct($testCase, array $options = [])
3737

3838
/**
3939
* Collect all failed assertions and fail test in case such list is not empty.
40-
*
40+
*
4141
* Incomplete and skipped test results are aggregated as well.
4242
*
4343
* @param callable $callback
@@ -72,8 +72,8 @@ public function __invoke(callable $callback, array $dataSource)
7272
}
7373

7474
/**
75-
* prepare Message
76-
*
75+
* Prepare Message
76+
*
7777
* @param \Exception $exception
7878
* @param string $dataSetName
7979
* @param mixed $dataSet

0 commit comments

Comments
 (0)