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 7558889 commit 9831441Copy full SHA for 9831441
tests/Operation/FindAndModifyFunctionalTest.php
@@ -96,7 +96,7 @@ public function testHintOptionAndUnacknowledgedWriteConcernUnsupportedClientSide
96
public function testFindAndModifyReportedWriteConcernError(): void
97
{
98
if (($this->isShardedCluster() && !$this->isShardedClusterUsingReplicasets()) || !$this->isReplicaSet()) {
99
- $this->markTestSkipped(sprintf('Cannot find topology for primary of type "%d".', $this->getPrimaryServer()->getType()));
+ $this->markTestSkipped('Test only applies to replica sets');
100
}
101
102
$this->expectException(CommandException::class);
0 commit comments