File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
pkg/enqueue-bundle/Tests/Functional Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public function provideEnqueueConfigs()
51
51
52
52
$ certDir = $ baseDir .'/var/rabbitmq_certificates ' ;
53
53
$ this ->assertDirectoryExists ($ certDir );
54
- /*
54
+
55
55
yield 'amqp ' => [[
56
56
'transport ' => [
57
57
'default ' => 'amqp ' ,
@@ -204,7 +204,6 @@ public function provideEnqueueConfigs()
204
204
],
205
205
],
206
206
]];
207
- */
208
207
209
208
yield 'sqs_client ' => [[
210
209
'transport ' => [
@@ -214,7 +213,6 @@ public function provideEnqueueConfigs()
214
213
],
215
214
],
216
215
]];
217
- /*
218
216
}
219
217
220
218
yield 'mongodb_dsn ' => [[
@@ -223,7 +221,7 @@ public function provideEnqueueConfigs()
223
221
'mongodb ' => getenv ('MONGO_DSN ' ),
224
222
],
225
223
]];
226
- */
224
+
227
225
// yield 'gps' => [[
228
226
// 'transport' => [
229
227
// 'default' => 'gps',
You can’t perform that action at this time.
0 commit comments