Viewing File: /opt/alt/tests/alt-php80-pecl-mongodb_1.18.1-1.el8/tests/cursorinterface-002.phpt

--TEST--
MongoDB\Driver\CursorInterface extends Traversable
--FILE--
<?php
var_dump(in_array('Traversable', class_implements('MongoDB\Driver\CursorInterface')));
?>
===DONE===
<?php exit(0); ?>
--EXPECT--
bool(true)
===DONE===
Back to Directory File Manager
<