Skip to content

Commit 499dc0e

Browse files
committed
Enable test and fixit
1 parent 0ba8520 commit 499dc0e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/connect/standalone-auth-0001.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
--TEST--
22
MongoDB\Write\Batch: #001 Variety Batch
33
--SKIPIF--
4-
<?php exit("skip FIXME: https://github.com/10gen/mongo-orchestration/issues/154"); ?>
54
<?php require "tests/utils/basic-skipif.inc"?>
65
--FILE--
76
<?php
@@ -13,7 +12,6 @@ $database = "admin";
1312

1413
$parsed = parse_url(MONGODB_STANDALONE_AUTH_URI);
1514
$dsn = sprintf("mongodb://%s:%s@%s:%d/%s", $username, $password, $parsed["host"], $parsed["port"], $database);
16-
var_dump($dsn);
1715
$mc = new MongoDB\Manager($dsn);
1816

1917
$batch = new MongoDB\WriteBatch;

0 commit comments

Comments
 (0)