Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
212
/
root
/
opt
/
php-7.2
/
share
/
test
/
mongodb
/
tests
/
manager
/
//proc/212/root/opt/php-7.2/share/test/mongodb/tests/manager/manager-ctor-duplicate-option-003.phpt
--TEST-- MongoDB\Driver\Manager::__construct() with duplicate write concern option --FILE-- <?php $manager = new MongoDB\Driver\Manager(null, ['wtimeoutms' => 500, 'wTimeoutMs' => 200]); echo $manager->getWriteConcern()->getWtimeout(), "\n"; ?> ===DONE=== <?php exit(0); ?> --EXPECT-- 200 ===DONE===