Viewing File: /opt/alt/tests/alt-php80-pecl-mongodb_1.18.1-1.el8/tests/bulkwrite-countable-001.phpt

--TEST--
MongoDB\Driver\BulkWrite implements Countable
--FILE--
<?php

$bulk = new MongoDB\Driver\BulkWrite;
var_dump($bulk instanceof Countable);

?>
===DONE===
<?php exit(0); ?>
--EXPECT--
bool(true)
===DONE===
Back to Directory File Manager
<