--TEST-- Tests of Binary subtype 9, Vectors, with dtype INT8: Underflow Vector INT8 --DESCRIPTION-- Generated by scripts/convert-bson-binary-vector-tests.php DO NOT EDIT THIS FILE --FILE-- -129, ); throws(function() use ($vector) { var_dump(MongoDB\BSON\Binary::fromVector($vector, \MongoDB\BSON\VectorType::Int8)); }, 'MongoDB\Driver\Exception\InvalidArgumentException'); ?> ===DONE=== --EXPECT-- OK: Got MongoDB\Driver\Exception\InvalidArgumentException ===DONE===