File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11language : php
22php :
3+ - 7.1
34 - 7.0
45 - 5.6
56 - 5.5
@@ -32,10 +33,6 @@ before_script:
3233 - " ./.travis.scripts/compile.sh"
3334 - mongo --eval 'tojson(db.runCommand({buildInfo:1}))'
3435
35- notifications :
36- email :
37- - bjori@mongodb.com
38-
3936script :
4037 - make test
4138
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ foreach ($tests as $test) {
2222--EXPECTF--
2323object(MongoDB\BSON\UTCDateTime)#%d (%d) {
2424 ["milliseconds"]=>
25- string(13) "%d000 "
25+ string(13) "%d "
2626}
2727object(MongoDB\BSON\UTCDateTime)#%d (%d) {
2828 ["milliseconds"]=>
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ foreach ($tests as $test) {
2424--EXPECTF--
2525object(MongoDB\BSON\UTCDateTime)#%d (%d) {
2626 ["milliseconds"]=>
27- string(13) "%d000 "
27+ string(13) "%d "
2828}
2929object(MongoDB\BSON\UTCDateTime)#%d (%d) {
3030 ["milliseconds"]=>
You can’t perform that action at this time.
0 commit comments