Commit 18fca8cc authored by Jeremy Mikola's avatar Jeremy Mikola

Fix test skip message

parent 234d565c
......@@ -963,7 +963,7 @@ class WatchFunctionalTest extends FunctionalTestCase
private function skipIfStartAtOperationTimeNotSupported()
{
if (!\MongoDB\server_supports_feature($this->getPrimaryServer(), self::$wireVersionForStartAtOperationTime)) {
$this->markTestSkipped('Operation time is not supported');
$this->markTestSkipped('startAtOperationTime is not supported');
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment