File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -235,7 +235,7 @@ public function testStartingNewTransactionOnPinnedSessionUnpinsSession(): void
235
235
$ this ->markTestSkipped ('Pinning tests require mongos ' );
236
236
}
237
237
238
- $ client = self ::createTestClient ($ this -> getUri (true ));
238
+ $ client = self ::createTestClient (static :: getUri (true ));
239
239
240
240
$ session = $ client ->startSession ();
241
241
$ collection = $ client ->selectCollection ($ this ->getDatabaseName (), $ this ->getCollectionName ());
@@ -275,7 +275,7 @@ public function testRunningNonTransactionOperationOnPinnedSessionUnpinsSession()
275
275
$ this ->markTestSkipped ('Pinning tests require mongos ' );
276
276
}
277
277
278
- $ client = self ::createTestClient ($ this -> getUri (true ));
278
+ $ client = self ::createTestClient (static :: getUri (true ));
279
279
280
280
$ session = $ client ->startSession ();
281
281
$ collection = $ client ->selectCollection ($ this ->getDatabaseName (), $ this ->getCollectionName ());
You can’t perform that action at this time.
0 commit comments