Skip to content

Commit 100a4f0

Browse files
committed
Merge pull request #1058
2 parents cf6db4e + ebc1873 commit 100a4f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/bson/bson-utcdatetime-int-size-001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ var_dump($utcdatetime->toDateTime());
1717
--EXPECTF--
1818
object(MongoDB\BSON\UTCDateTime)#%d (1) {
1919
["milliseconds"]=>
20-
%r(string\(13\) "|int\()%r1416445411987%r("|\))%r
20+
string(13) "1416445411987"
2121
}
2222
object(DateTime)#%d (3) {
2323
["date"]=>

tests/bson/bson-utcdatetime-int-size-002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var_dump($utcdatetime->toDateTime());
1919
--EXPECTF--
2020
object(MongoDB\BSON\UTCDateTime)#%d (1) {
2121
["milliseconds"]=>
22-
%r(string\(13\) "|int\()%r1416445411987%r("|\))%r
22+
string(13) "1416445411987"
2323
}
2424
object(DateTime)#%d (3) {
2525
["date"]=>

0 commit comments

Comments
 (0)