Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2e8530e

Browse files
authoredOct 4, 2024
Merge pull request #163 from magento-commerce/bump-version-2002.2
MCLOUD-12901: Solved unit test issue.
2 parents 1621b46 + c583746 commit 2e8530e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed
 

‎src/Test/Unit/Service/ValidatorTest.php

-13
Original file line numberDiff line numberDiff line change
@@ -143,19 +143,6 @@ public function validateVersionsDataProvider(): array
143143
ServiceInterface::NAME_ELASTICSEARCH => '6.5.13',
144144
]
145145
],
146-
[
147-
'2.5.0',
148-
[
149-
ServiceInterface::NAME_PHP => '7.2.13', // wrong
150-
ServiceInterface::NAME_DB_MARIA => '10.6.1',
151-
ServiceInterface::NAME_NGINX => '1.9',
152-
ServiceInterface::NAME_VARNISH => '7.1.1',
153-
ServiceInterface::NAME_REDIS => 'latest',
154-
ServiceInterface::NAME_ELASTICSEARCH => '6.7', // wrong
155-
ServiceInterface::NAME_RABBITMQ => '3.7' // wrong
156-
],
157-
3
158-
],
159146
[
160147
'2.4.0',
161148
[

0 commit comments

Comments
 (0)
Please sign in to comment.