You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/SpecTests/TransactionsSpecTest.php
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,9 @@ class TransactionsSpecTest extends FunctionalTestCase
34
34
* @var array
35
35
*/
36
36
privatestatic$incompleteTests = [
37
-
'error-labels: add unknown commit label to MaxTimeMSExpired' => 'PHPC-1382',
38
-
'error-labels: add unknown commit label to writeConcernError MaxTimeMSExpired' => 'PHPC-1382',
39
37
'read-pref: default readPreference' => 'PHPLIB does not properly inherit readPreference for transactions',
40
38
'read-pref: primary readPreference' => 'PHPLIB does not properly inherit readPreference for transactions',
41
39
'run-command: run command with secondary read preference in client option and primary read preference in transaction options' => 'PHPLIB does not properly inherit readPreference for transactions',
42
-
'transaction-options: transaction options inherited from defaultTransactionOptions' => 'PHPC-1382',
0 commit comments