--TEST-- MongoDB\BSON\Binary argument count errors --SKIPIF-- =', '7.99'); ?> --FILE-- getData(2); }, MongoDB\Driver\Exception\InvalidArgumentException::class), "\n"; echo throws(function() use ($binary) { $binary->getType(2); }, MongoDB\Driver\Exception\InvalidArgumentException::class), "\n"; echo throws(function() { new MongoDB\BSON\Binary(); }, MongoDB\Driver\Exception\InvalidArgumentException::class), "\n"; ?> ===DONE=== --EXPECTF-- OK: Got MongoDB\Driver\Exception\InvalidArgumentException MongoDB\BSON\Binary::getData() expects exactly 0 %r(argument|parameter)%rs, 1 given OK: Got MongoDB\Driver\Exception\InvalidArgumentException MongoDB\BSON\Binary::getType() expects exactly 0 %r(argument|parameter)%rs, 1 given OK: Got MongoDB\Driver\Exception\InvalidArgumentException MongoDB\BSON\Binary::__construct() expects at least 1 %r(argument|parameter)%r, 0 given ===DONE===