Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
php-8.2.27-202502031751
/
share
/
test
/
mongodb
/
tests
/
manager
/
//opt/php-8.2.27-202502031751/share/test/mongodb/tests/manager/manager-ctor-ssl-002.phpt
--TEST-- PHPC-1239: Passing SSL driverOptions overrides SSL options from URI --SKIPIF-- <?php require __DIR__ . "/../utils/basic-skipif.inc"; ?> <?php skip_if_not_live(); ?> --FILE-- <?php require_once __DIR__ . "/../utils/basic.inc"; $manager = create_test_manager(URI); $manager->executeCommand(DATABASE_NAME, new MongoDB\Driver\Command(['ping' => 1])); ?> ===DONE=== <?php exit(0); ?> --EXPECT-- ===DONE===