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 fda59d8 commit 6c0ef36Copy full SHA for 6c0ef36
tests/ConnectionTest.php
@@ -14,7 +14,7 @@ class ConnectionTest extends TestCase
14
{
15
public function testConstruct()
16
17
- $connection = $this->getConnection(false);
+ $connection = $this->getConnection(true,false);
18
$params = $this->mongoDbConfig;
19
20
$connection->open();
@@ -26,7 +26,7 @@ public function testConstruct()
26
27
public function testOpenClose()
28
29
- $connection = $this->getConnection(false, false);
+ $connection = $this->getConnection(true, false);
30
31
$this->assertFalse($connection->isActive);
32
$this->assertEquals(null, $connection->manager);
0 commit comments