Files
mongo-php-driver/tests/server/server_error-001.phpt
2016-09-21 16:32:39 -04:00

13 lines
261 B
PHP

--TEST--
MongoDB\Driver\Server cannot be extended
--FILE--
<?php
class MyServer extends MongoDB\Driver\Server {}
?>
===DONE===
<?php exit(0); ?>
--EXPECTF--
Fatal error: Class MyServer may not inherit from final class (MongoDB\Driver\Server) in %s on line %d