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

13 lines
266 B
PHP

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