Skip to content

Commit 03da43e

Browse files
committed
Add a new none flag
1 parent 68ca184 commit 03da43e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/generic/query-constants.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ MongoDB\Query\Query constants
66
<?php
77
require_once "tests/utils/basic.inc";
88

9+
var_dump(MongoDB\Query::FLAG_NONE);
910
var_dump(MongoDB\Query::FLAG_TAILABLE_CURSOR);
1011
var_dump(MongoDB\Query::FLAG_SLAVE_OK);
1112
var_dump(MongoDB\Query::FLAG_OPLOG_REPLAY);
@@ -18,6 +19,7 @@ var_dump(MongoDB\Query::FLAG_PARTIAL);
1819
===DONE===
1920
<?php exit(0); ?>
2021
--EXPECT--
22+
int(0)
2123
int(2)
2224
int(4)
2325
int(8)

0 commit comments

Comments
 (0)