File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ DO NOT EDIT THIS FILE
10
10
require_once __DIR__ . '/../utils/basic.inc ' ;
11
11
12
12
throws (function () {
13
- fromJSON ('{"x" : {"$regularExpression" : { "pattern": 42, "$ options" : ""}}} ' );
13
+ fromJSON ('{"x" : {"$regularExpression" : { "pattern": 42, "options" : ""}}} ' );
14
14
}, 'MongoDB\Driver\Exception\UnexpectedValueException ' );
15
15
16
16
?>
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ DO NOT EDIT THIS FILE
10
10
require_once __DIR__ . '/../utils/basic.inc ' ;
11
11
12
12
throws (function () {
13
- fromJSON ('{"x" : {"$regularExpression" : { "pattern": "a", "$ options" : 0}}} ' );
13
+ fromJSON ('{"x" : {"$regularExpression" : { "pattern": "a", "options" : 0}}} ' );
14
14
}, 'MongoDB\Driver\Exception\UnexpectedValueException ' );
15
15
16
16
?>
You can’t perform that action at this time.
0 commit comments