--TEST-- Causal consistency: new session has no operation time --DESCRIPTION-- Causal consistency spec prose test #1 https://github.com/mongodb/specifications/blob/master/source/causal-consistency/causal-consistency.rst#test-plan --SKIPIF-- --FILE-- startSession(); echo "Initial operation time:\n"; var_dump($session->getOperationTime()); ?> ===DONE=== --EXPECT-- Initial operation time: NULL ===DONE===