--TEST-- MongoDB\Driver\BulkWrite::delete() hint option requires MongoDB 4.4 (server-side error) --SKIPIF-- =', '4.3.4'); ?> --FILE-- delete(['_id' => 1], ['hint' => '_id_']); echo throws(function() use ($manager, $bulk) { $manager->executeBulkWrite(NS, $bulk); }, 'MongoDB\Driver\Exception\BulkWriteException'), "\n"; ?> ===DONE=== --EXPECT-- OK: Got MongoDB\Driver\Exception\BulkWriteException BSON field 'delete.deletes.hint' is an unknown field. ===DONE===