Skip to content

Commit b7e2984

Browse files
author
Markus Schmid
committed
remove duplicated test
1 parent 0e77def commit b7e2984

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Tests/Symfony/DependencyInjection/TransportFactoryTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -279,11 +279,6 @@ public function testShouldBuildConnectionFactoryFromDSN()
279279
[['dsn' => 'foo://bar/baz']],
280280
$container->getDefinition('enqueue.transport.default.connection_factory')->getArguments())
281281
;
282-
283-
$this->assertEquals(
284-
[new Reference('enqueue.transport.default.connection_factory_factory'), 'create'],
285-
$container->getDefinition('enqueue.transport.default.connection_factory')->getFactory())
286-
;
287282
}
288283

289284
public function testShouldBuildConnectionFactoryUsingCustomFactoryClass()

0 commit comments

Comments
 (0)