We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6868ce0 commit 6686518Copy full SHA for 6686518
pkg/enqueue/Tests/Symfony/DependencyInjection/TransportFactoryTest.php
@@ -279,11 +279,6 @@ public function testShouldBuildConnectionFactoryFromDSN()
279
[['dsn' => 'foo://bar/baz']],
280
$container->getDefinition('enqueue.transport.default.connection_factory')->getArguments())
281
;
282
-
283
- $this->assertEquals(
284
- [new Reference('enqueue.transport.default.connection_factory_factory'), 'create'],
285
- $container->getDefinition('enqueue.transport.default.connection_factory')->getFactory())
286
- ;
287
}
288
289
public function testShouldBuildConnectionFactoryUsingCustomFactoryClass()
0 commit comments