Skip to content

Commit a86eba2

Browse files
committed
PHPLIB-466: Kill idle transactions before every test
1 parent 9494d16 commit a86eba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/SpecTests/TransactionsSpecTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ class TransactionsSpecTest extends FunctionalTestCase
4949
'transaction-options: readConcern snapshot in startTransaction options' => 'PHPLIB does not properly inherit readConcern for transactions',
5050
];
5151

52-
private static function doSetUpBeforeClass()
52+
private function doSetUp()
5353
{
54-
parent::setUpBeforeClass();
54+
parent::setUp();
5555

5656
static::killAllSessions();
5757
}

0 commit comments

Comments
 (0)