Files
mongo-php-driver/tests/server/server_error-001.phpt
Andreas Braun b27fa4d019 PHPC-1965 Re-enable PHP 8.1 build on GH Actions (#1258)
* Re-enable PHP 8.1 build on GH Actions

* Work around different error wording in PHP 8.1

* Limit failing tests to PHP < 8.1

* Add tests for PHPC-1839 for PHP >= 8.1
2021-09-07 08:18:08 +02:00

13 lines
245 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 %s final class %SMongoDB\Driver\Server%S in %s on line %d