Skip to content

Commit 43e368b

Browse files
committed
Restore use cases in UseCasesTest
1 parent 194f54e commit 43e368b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pkg/enqueue-bundle/Tests/Functional/UseCasesTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function provideEnqueueConfigs()
5151

5252
$certDir = $baseDir.'/var/rabbitmq_certificates';
5353
$this->assertDirectoryExists($certDir);
54-
/*
54+
5555
yield 'amqp' => [[
5656
'transport' => [
5757
'default' => 'amqp',
@@ -204,7 +204,6 @@ public function provideEnqueueConfigs()
204204
],
205205
],
206206
]];
207-
*/
208207

209208
yield 'sqs_client' => [[
210209
'transport' => [
@@ -214,7 +213,6 @@ public function provideEnqueueConfigs()
214213
],
215214
],
216215
]];
217-
/*
218216
}
219217

220218
yield 'mongodb_dsn' => [[
@@ -223,7 +221,7 @@ public function provideEnqueueConfigs()
223221
'mongodb' => getenv('MONGO_DSN'),
224222
],
225223
]];
226-
*/
224+
227225
// yield 'gps' => [[
228226
// 'transport' => [
229227
// 'default' => 'gps',

0 commit comments

Comments
 (0)