File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed
src/Test/Functional/Acceptance Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change 99
1010/**
1111 * ActiveMQ Artemis acceptance tests for PHP 8.4 and Magento 2.4.x
12- *
12+ *
1313 * @group php84
1414 */
1515class ActivemqArtemis84Cest extends ActivemqArtemisCest
Original file line number Diff line number Diff line change 1313
1414/**
1515 * Tests ActiveMQ Artemis functionality in Docker environment
16- *
16+ *
1717 * @group php84
1818 */
1919abstract 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}
You can’t perform that action at this time.
0 commit comments