Viewing File: /opt/alt/tests/alt-php81-pecl-mongodb_1.18.1-1.el8/tests/bson-maxkeyinterface-001.phpt

--TEST--
MongoDB\BSON\MaxKeyInterface is implemented by MongoDB\BSON\MaxKey
--FILE--
<?php

$maxkey = new MongoDB\BSON\MaxKey;
var_dump($maxkey instanceof MongoDB\BSON\MaxKeyInterface);

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