Skip to content

Commit baa7332

Browse files
committed
logging method no longer called
1 parent f0f1eb4 commit baa7332

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/CollectionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ public function testExecuteMethodCall()
2323
$mongoCollection->expects($this->once())->method('getCollectionName')->willReturn('name-collection');
2424

2525
$connection = $this->getMockBuilder(Connection::class)->disableOriginalConstructor()->getMock();
26-
$connection->expects($this->once())->method('logging')->willReturn(true);
2726
$connection->expects($this->once())->method('getElapsedTime')->willReturn($time);
2827
$connection->expects($this->once())->method('logQuery')->with($queryString, [], $time);
2928

0 commit comments

Comments
 (0)