mirror of
https://github.com/macintoshplus/mongo-php-driver.git
synced 2026-04-23 08:28:01 +02:00
13 lines
176 B
PHP
13 lines
176 B
PHP
--TEST--
|
|
MongoDB\Driver\Manager::__construct() with default URI
|
|
--FILE--
|
|
<?php
|
|
|
|
$manager = new MongoDB\Driver\Manager();
|
|
|
|
?>
|
|
===DONE===
|
|
<?php exit(0); ?>
|
|
--EXPECT--
|
|
===DONE===
|