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 034774f commit d89cdd0Copy full SHA for d89cdd0
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