Skip to content

Commit 18ac591

Browse files
committed
MCLOUD-13771:Fixed unit tests
1 parent 9306a4f commit 18ac591

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

src/Test/Functional/Acceptance/ActivemqArtemis84Cest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
/**
1111
* ActiveMQ Artemis acceptance tests for PHP 8.4 and Magento 2.4.x
12-
*
12+
*
1313
* @group php84
1414
*/
1515
class ActivemqArtemis84Cest extends ActivemqArtemisCest

src/Test/Functional/Acceptance/ActivemqArtemisCest.php

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/**
1515
* Tests ActiveMQ Artemis functionality in Docker environment
16-
*
16+
*
1717
* @group php84
1818
*/
1919
abstract class ActivemqArtemisCest extends AbstractCest
@@ -262,19 +262,4 @@ private function testEnvironmentVariables(CliTester $I): void
262262
$I->seeInOutput('ARTEMIS_USER=admin');
263263
$I->seeInOutput('ARTEMIS_PASSWORD=admin');
264264
}
265-
266-
/**
267-
* Builds build:compose command from given test data
268-
*
269-
* @param Example $data
270-
* @return string
271-
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
272-
*/
273-
private function buildCommand(Example $data): string
274-
{
275-
// Note: $data is not used as ActiveMQ Artemis is configured via services.yaml
276-
// rather than CLI options, but parameter is kept for consistency with other tests
277-
return '--mode=production --no-es --no-os --no-redis --no-valkey';
278-
}
279-
280265
}

0 commit comments

Comments
 (0)