--TEST-- MongoDB\Driver\WriteConcern construction (invalid w type) --FILE-- ===DONE=== --EXPECT-- OK: Got MongoDB\Driver\Exception\InvalidArgumentException Expected w to be integer or string, float given OK: Got MongoDB\Driver\Exception\InvalidArgumentException Expected w to be integer or string, bool given OK: Got MongoDB\Driver\Exception\InvalidArgumentException Expected w to be integer or string, array given OK: Got MongoDB\Driver\Exception\InvalidArgumentException Expected w to be integer or string, stdClass given OK: Got MongoDB\Driver\Exception\InvalidArgumentException Expected w to be integer or string, null given ===DONE===