Skip to content

Commit b1b4122

Browse files
committed
Fix titles of Server session pinning tests
1 parent 5ec4848 commit b1b4122

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/server/server-executeReadCommand-002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
MongoDB\Driver\Session test: Manager::executeReadCommand pins transaction to server
2+
MongoDB\Driver\Server::executeReadCommand() pins transaction to server
33
--SKIPIF--
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
55
<?php skip_if_not_mongos_with_replica_set(); ?>

tests/server/server-executeReadWriteCommand-002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
MongoDB\Driver\Session test: Manager::executeReadWriteCommand pins transaction to server
2+
MongoDB\Driver\Server::executeReadWriteCommand() pins transaction to server
33
--SKIPIF--
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
55
<?php skip_if_not_mongos_with_replica_set(); ?>

tests/server/server-executeWriteCommand-002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
MongoDB\Driver\Session test: Manager::executeWriteCommand pins transaction to server
2+
MongoDB\Driver\Server::executeWriteCommand() pins transaction to server
33
--SKIPIF--
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
55
<?php skip_if_not_mongos_with_replica_set(); ?>

0 commit comments

Comments
 (0)