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 587a528 commit 2260abfCopy full SHA for 2260abf
Tests/Symfony/MongodbTransportFactoryTest.php
@@ -28,7 +28,7 @@ public function testCouldBeConstructedWithDefaultName()
28
{
29
$transport = new MongodbTransportFactory();
30
31
- $this->assertEquals('Mongodb', $transport->getName());
+ $this->assertEquals('mongodb', $transport->getName());
32
}
33
34
public function testCouldBeConstructedWithCustomName()
0 commit comments