Viewing File: /opt/alt/tests/alt-php83-pecl-mongodb_1.18.1-1.el8/tests/exception-001.phpt

--TEST--
MongoDB\Driver\Exception\Exception extends Throwable
--SKIPIF--
<?php if (!interface_exists('Throwable')) { die('skip Throwable is not available'); } ?>
--FILE--
<?php
var_dump(in_array('Throwable', class_implements('MongoDB\Driver\Exception\Exception')));
?>
===DONE===
<?php exit(0); ?>
--EXPECT--
bool(true)
===DONE===
Back to Directory File Manager
<