File tree Expand file tree Collapse file tree 12 files changed +56
-37
lines changed Expand file tree Collapse file tree 12 files changed +56
-37
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function provideInvalidConstructorDriverOptions()
33
33
{
34
34
$ options = [];
35
35
36
- foreach ($ this ->getInvalidArrayValues () as $ value ) {
36
+ foreach ($ this ->getInvalidArrayValues (true ) as $ value ) {
37
37
$ options [][] = ['typeMap ' => $ value ];
38
38
}
39
39
Original file line number Diff line number Diff line change @@ -62,15 +62,15 @@ public function provideInvalidConstructorOptions()
62
62
{
63
63
$ options = [];
64
64
65
- foreach ($ this ->getInvalidStringValues () as $ value ) {
65
+ foreach ($ this ->getInvalidStringValues (true ) as $ value ) {
66
66
$ options [][] = ['bucketName ' => $ value ];
67
67
}
68
68
69
- foreach ($ this ->getInvalidIntegerValues () as $ value ) {
69
+ foreach ($ this ->getInvalidIntegerValues (true ) as $ value ) {
70
70
$ options [][] = ['chunkSizeBytes ' => $ value ];
71
71
}
72
72
73
- foreach ($ this ->getInvalidBooleanValues () as $ value ) {
73
+ foreach ($ this ->getInvalidBooleanValues (true ) as $ value ) {
74
74
$ options [][] = ['disableMD5 ' => $ value ];
75
75
}
76
76
Original file line number Diff line number Diff line change @@ -50,11 +50,11 @@ public function provideInvalidConstructorOptions()
50
50
{
51
51
$ options = [];
52
52
53
- foreach ($ this ->getInvalidIntegerValues () as $ value ) {
53
+ foreach ($ this ->getInvalidIntegerValues (true ) as $ value ) {
54
54
$ options [][] = ['chunkSizeBytes ' => $ value ];
55
55
}
56
56
57
- foreach ($ this ->getInvalidBooleanValues () as $ value ) {
57
+ foreach ($ this ->getInvalidBooleanValues (true ) as $ value ) {
58
58
$ options [][] = ['disableMD5 ' => $ value ];
59
59
}
60
60
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ public function provideInvalidConstructorOptions()
27
27
{
28
28
$ options = [];
29
29
30
- foreach ($ this ->getInvalidBooleanValues () as $ value ) {
30
+ foreach ($ this ->getInvalidBooleanValues (true ) as $ value ) {
31
31
$ options [][] = ['allowDiskUse ' => $ value ];
32
32
}
33
33
@@ -79,7 +79,7 @@ public function provideInvalidConstructorOptions()
79
79
$ options [][] = ['typeMap ' => $ value ];
80
80
}
81
81
82
- foreach ($ this ->getInvalidBooleanValues () as $ value ) {
82
+ foreach ($ this ->getInvalidBooleanValues (true ) as $ value ) {
83
83
$ options [][] = ['useCursor ' => $ value ];
84
84
}
85
85
Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ public function provideInvalidConstructorOptions()
412
412
$ options [][] = ['bypassDocumentValidation ' => $ value ];
413
413
}
414
414
415
- foreach ($ this ->getInvalidBooleanValues () as $ value ) {
415
+ foreach ($ this ->getInvalidBooleanValues (true ) as $ value ) {
416
416
$ options [][] = ['ordered ' => $ value ];
417
417
}
418
418
Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ public function provideInvalidConstructorOptions()
40
40
$ options [][] = ['maxTimeMS ' => $ value ];
41
41
}
42
42
43
- foreach ($ this ->getInvalidBooleanValues () as $ value ) {
43
+ foreach ($ this ->getInvalidBooleanValues (true ) as $ value ) {
44
44
$ options [][] = ['new ' => $ value ];
45
45
}
46
46
47
47
foreach ($ this ->getInvalidDocumentValues () as $ value ) {
48
48
$ options [][] = ['query ' => $ value ];
49
49
}
50
50
51
- foreach ($ this ->getInvalidBooleanValues () as $ value ) {
51
+ foreach ($ this ->getInvalidBooleanValues (true ) as $ value ) {
52
52
$ options [][] = ['remove ' => $ value ];
53
53
}
54
54
@@ -68,7 +68,7 @@ public function provideInvalidConstructorOptions()
68
68
$ options [][] = ['update ' => $ value ];
69
69
}
70
70
71
- foreach ($ this ->getInvalidBooleanValues () as $ value ) {
71
+ foreach ($ this ->getInvalidBooleanValues (true ) as $ value ) {
72
72
$ options [][] = ['upsert ' => $ value ];
73
73
}
74
74
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function provideInvalidConstructorOptions()
49
49
$ options [][] = ['projection ' => $ value ];
50
50
}
51
51
52
- foreach ($ this ->getInvalidIntegerValues () as $ value ) {
52
+ foreach ($ this ->getInvalidIntegerValues (true ) as $ value ) {
53
53
$ options [][] = ['returnDocument ' => $ value ];
54
54
}
55
55
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public function provideInvalidConstructorOptions()
49
49
$ options [][] = ['projection ' => $ value ];
50
50
}
51
51
52
- foreach ($ this ->getInvalidIntegerValues () as $ value ) {
52
+ foreach ($ this ->getInvalidIntegerValues (true ) as $ value ) {
53
53
$ options [][] = ['returnDocument ' => $ value ];
54
54
}
55
55
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ public function provideInvalidConstructorOptions()
48
48
$ options [][] = ['bypassDocumentValidation ' => $ value ];
49
49
}
50
50
51
- foreach ($ this ->getInvalidBooleanValues () as $ value ) {
51
+ foreach ($ this ->getInvalidBooleanValues (true ) as $ value ) {
52
52
$ options [][] = ['ordered ' => $ value ];
53
53
}
54
54
Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ public function provideInvalidConstructorOptions()
52
52
$ options [][] = ['collation ' => $ value ];
53
53
}
54
54
55
- foreach ($ this ->getInvalidBooleanValues () as $ value ) {
55
+ foreach ($ this ->getInvalidBooleanValues (true ) as $ value ) {
56
56
$ options [][] = ['multi ' => $ value ];
57
57
}
58
58
59
59
foreach ($ this ->getInvalidSessionValues () as $ value ) {
60
60
$ options [][] = ['session ' => $ value ];
61
61
}
62
62
63
- foreach ($ this ->getInvalidBooleanValues () as $ value ) {
63
+ foreach ($ this ->getInvalidBooleanValues (true ) as $ value ) {
64
64
$ options [][] = ['upsert ' => $ value ];
65
65
}
66
66
You can’t perform that action at this time.
0 commit comments