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 234d565 commit 18fca8cCopy full SHA for 18fca8c
tests/Operation/WatchFunctionalTest.php
@@ -963,7 +963,7 @@ private function killChangeStreamCursor(ChangeStream $changeStream)
963
private function skipIfStartAtOperationTimeNotSupported()
964
{
965
if (!\MongoDB\server_supports_feature($this->getPrimaryServer(), self::$wireVersionForStartAtOperationTime)) {
966
- $this->markTestSkipped('Operation time is not supported');
+ $this->markTestSkipped('startAtOperationTime is not supported');
967
}
968
969
0 commit comments