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 a833475 commit 1fbfc2cCopy full SHA for 1fbfc2c
tests/Database/DatabaseFunctionalTest.php
@@ -169,7 +169,7 @@ public function testDropCollection(): void
169
170
$commandResult = $this->database->dropCollection($this->getCollectionName());
171
$this->assertCommandSucceeded($commandResult);
172
- $this->assertCollectionCount($this->getNamespace(), 0);
+ $this->assertCollectionDoesNotExist($this->getCollectionName());
173
}
174
175
public function testGetSelectsCollectionAndInheritsOptions(): void
0 commit comments