@@ -34,17 +35,17 @@ class TransactionsSpecTest extends FunctionalTestCase
* @var array
*/
privatestatic$incompleteTests=[
'read-pref: default readPreference'=>'PHPLIB does not properly inherit readPreference for transactions',
'read-pref: primary readPreference'=>'PHPLIB does not properly inherit readPreference for transactions',
'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',
'transaction-options: transaction options inherited from client'=>'PHPLIB does not properly inherit readConcern for transactions',
'transaction-options: readConcern local in defaultTransactionOptions'=>'PHPLIB does not properly inherit readConcern for transactions',
'transaction-options: readConcern snapshot in startTransaction options'=>'PHPLIB does not properly inherit readConcern for transactions',
'transactions/read-pref: default readPreference'=>'PHPLIB does not properly inherit readPreference for transactions',
'transactions/read-pref: primary readPreference'=>'PHPLIB does not properly inherit readPreference for transactions',
'transactions/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',
'transactions/transaction-options: transaction options inherited from client'=>'PHPLIB does not properly inherit readConcern for transactions',
'transactions/transaction-options: readConcern local in defaultTransactionOptions'=>'PHPLIB does not properly inherit readConcern for transactions',
'transactions/transaction-options: readConcern snapshot in startTransaction options'=>'PHPLIB does not properly inherit readConcern for transactions',
];
privatestaticfunctiondoSetUpBeforeClass()
privatefunctiondoSetUp()
{
parent::setUpBeforeClass();
parent::setUp();
static::killAllSessions();
}
...
...
@@ -184,9 +185,9 @@ class TransactionsSpecTest extends FunctionalTestCase