Skip to content

Commit 6c0ef36

Browse files
committed
Update ConnectionTest.php
1 parent fda59d8 commit 6c0ef36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ConnectionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ConnectionTest extends TestCase
1414
{
1515
public function testConstruct()
1616
{
17-
$connection = $this->getConnection(false);
17+
$connection = $this->getConnection(true,false);
1818
$params = $this->mongoDbConfig;
1919

2020
$connection->open();
@@ -26,7 +26,7 @@ public function testConstruct()
2626

2727
public function testOpenClose()
2828
{
29-
$connection = $this->getConnection(false, false);
29+
$connection = $this->getConnection(true, false);
3030

3131
$this->assertFalse($connection->isActive);
3232
$this->assertEquals(null, $connection->manager);

0 commit comments

Comments
 (0)