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.
2 parents d848f58 + 18fca8c commit d8d9511Copy full SHA for d8d9511
tests/Operation/WatchFunctionalTest.php
@@ -973,7 +973,7 @@ private function killChangeStreamCursor(ChangeStream $changeStream)
973
private function skipIfStartAtOperationTimeNotSupported()
974
{
975
if (!\MongoDB\server_supports_feature($this->getPrimaryServer(), self::$wireVersionForStartAtOperationTime)) {
976
- $this->markTestSkipped('Operation time is not supported');
+ $this->markTestSkipped('startAtOperationTime is not supported');
977
}
978
979
0 commit comments