mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-03-26 01:42:10 +01:00
13 lines
190 B
PHP
13 lines
190 B
PHP
--TEST--
|
|
MongoDB\Driver\Manager::__construct() with URI
|
|
--FILE--
|
|
<?php
|
|
|
|
$manager = new MongoDB\Driver\Manager('mongodb://127.0.0.1/');
|
|
|
|
?>
|
|
===DONE===
|
|
<?php exit(0); ?>
|
|
--EXPECT--
|
|
===DONE===
|