We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9494d16 commit a86eba2Copy full SHA for a86eba2
tests/SpecTests/TransactionsSpecTest.php
@@ -49,9 +49,9 @@ class TransactionsSpecTest extends FunctionalTestCase
49
'transaction-options: readConcern snapshot in startTransaction options' => 'PHPLIB does not properly inherit readConcern for transactions',
50
];
51
52
- private static function doSetUpBeforeClass()
+ private function doSetUp()
53
{
54
- parent::setUpBeforeClass();
+ parent::setUp();
55
56
static::killAllSessions();
57
}
0 commit comments