Files
mongo-php-driver/tests/writeConcernError/writeconcernerror_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
300 B
PHP

--TEST--
MongoDB\Driver\WriteConcernError cannot be extended
--FILE--
<?php
class MyWriteConcernError extends MongoDB\Driver\WriteConcernError {}
?>
===DONE===
<?php exit(0); ?>
--EXPECTF--
Fatal error: Class MyWriteConcernError %s final class %SMongoDB\Driver\WriteConcernError%S in %s on line %d