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 e5622cb commit 9c03622Copy full SHA for 9c03622
tests/CollectionTest.php
@@ -23,7 +23,6 @@ public function testExecuteMethodCall()
23
$mongoCollection->expects($this->once())->method('getCollectionName')->willReturn('name-collection');
24
25
$connection = $this->getMockBuilder(Connection::class)->disableOriginalConstructor()->getMock();
26
- $connection->expects($this->once())->method('logging')->willReturn(true);
27
$connection->expects($this->once())->method('getElapsedTime')->willReturn($time);
28
$connection->expects($this->once())->method('logQuery')->with($queryString, [], $time);
29
0 commit comments