We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b128a65 commit e15e92fCopy full SHA for e15e92f
pkg/mongodb/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