Skip to content

Commit f3a3956

Browse files
committed
Add another test
1 parent d44382a commit f3a3956

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Test/Unit/Service/ValidatorTest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,13 @@ public function validateVersionsDataProvider(): array
534534
],
535535
0
536536
],
537+
[
538+
'2.4.7',
539+
[
540+
ServiceInterface::NAME_RABBITMQ => '3.13.0'
541+
],
542+
0
543+
],
537544
];
538545
}
539546
}

0 commit comments

Comments
 (0)