Skip to content

Commit 5b0d78f

Browse files
committed
Use %d for major version in tests
1 parent 147b7e5 commit 5b0d78f

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-1.%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-1.%s(%s), libbson-1.%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-1.%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-1.%s(%s), libbson-1.%s(%s), php-%s
1616
%A===DONE===%A

0 commit comments

Comments
 (0)