Skip to content

Commit 9d78b52

Browse files
committed
Show the response when the test fails
1 parent 50fe097 commit 9d78b52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/standalone/connectiontimeoutexception-001.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ $command = new MongoDB\Driver\Command($cmd);
1717

1818
throws(function() use ($manager, $command) {
1919
$result = $manager->executeCommand("admin", $command);
20+
var_dump($result->toArray());
2021
}, "MongoDB\Driver\ConnectionTimeoutException");
2122

2223
?>

0 commit comments

Comments
 (0)