Skip to content

Commit 15ccf04

Browse files
committed
Update test output for libmongoc 2.x
1 parent bfcde13 commit 15ccf04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/manager/manager-debug-001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ rmdir($name);
2222
<?php exit(0); ?>
2323
--EXPECTF--
2424
%A[%s] PHONGO: DEBUG > Connection string: '%s'
25-
[%s] PHONGO: DEBUG > Creating Manager, phongo-%d.%d.%d%S[%s] - mongoc-1.%s(%s), libbson-1.%s(%s), php-%s
25+
[%s] PHONGO: DEBUG > Creating Manager, phongo-%d.%d.%d%S[%s] - mongoc-2.%s(%s), libbson-2.%s(%s), php-%s
2626
%A===DONE===%A

tests/manager/manager-debug-002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ $manager = new MongoDB\Driver\Manager;
1212
<?php exit(0); ?>
1313
--EXPECTF--
1414
%A[%s] PHONGO: DEBUG > Connection string: '%s'
15-
[%s] PHONGO: DEBUG > Creating Manager, phongo-%d.%d.%d%S[%s] - mongoc-1.%s(%s), libbson-1.%s(%s), php-%s
15+
[%s] PHONGO: DEBUG > Creating Manager, phongo-%d.%d.%d%S[%s] - mongoc-2.%s(%s), libbson-2.%s(%s), php-%s
1616
%A===DONE===%A

0 commit comments

Comments
 (0)