Skip to content

Commit 98fb48c

Browse files
GromNaNjmikola
andauthored
Fixed some URL fragments
Co-authored-by: Jeremy Mikola <[email protected]>
1 parent 384a30e commit 98fb48c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/manager/manager-startSession_error-002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
MongoDB\Driver\Manager::startSession() snapshot and causalConsistency cannot both be true
33
--DESCRIPTION--
44
Session spec prose test #1: Setting both snapshot and causalConsistency to true is not allowed
5-
https://github.com/mongodb/specifications/blob/master/source/sessions/tests/README.md#setting-both-snapshot-and-causalconsistency-to-true-is-not-allowed
5+
https://github.com/mongodb/specifications/blob/master/source/sessions/tests/README.md#1-setting-both-snapshot-and-causalconsistency-to-true-is-not-allowed
66
--SKIPIF--
77
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
88
<?php skip_if_not_libmongoc_crypto(); ?>

tests/session/session-001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
MongoDB\Driver\Session spec test: Pool is LIFO
33
--DESCRIPTION--
44
Session spec prose test #2: Pool is LIFO
5-
https://github.com/mongodb/specifications/blob/master/source/sessions/tests/README.md#pool-is-lifo
5+
https://github.com/mongodb/specifications/blob/master/source/sessions/tests/README.md#2-pool-is-lifo
66
--SKIPIF--
77
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
88
<?php skip_if_not_libmongoc_crypto(); ?>

tests/session/session-002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
MongoDB\Driver\Session spec test: $clusterTime in commands
33
--DESCRIPTION--
44
Session spec prose test #3: $clusterTime in commands
5-
https://github.com/mongodb/specifications/blob/master/source/sessions/tests/README.md#clustertime-in-commands
5+
https://github.com/mongodb/specifications/blob/master/source/sessions/tests/README.md#3-clustertime-in-commands
66
--SKIPIF--
77
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
88
<?php skip_if_not_libmongoc_crypto(); ?>

tests/session/session-003.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
MongoDB\Driver\Session spec test: session cannot be used for different clients
33
--DESCRIPTION--
44
Session spec prose test #5: Session argument is for the right client
5-
https://github.com/mongodb/specifications/blob/master/source/sessions/tests/README.md#session-argument-is-for-the-right-client
5+
https://github.com/mongodb/specifications/blob/master/source/sessions/tests/README.md#5-session-argument-is-for-the-right-client
66
--SKIPIF--
77
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
88
<?php skip_if_not_libmongoc_crypto(); ?>

tests/writeConcernError/writeconcernerror-getinfo-001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
MongoDB\Driver\WriteConcernError::getInfo() exposes writeConcernError.errInfo
33
--DESCRIPTION--
44
CRUD spec prose test #1
5-
https://github.com/mongodb/specifications/blob/master/source/crud/tests/README.md#writeconcernerror-details-exposes-writeconcernerror-errinfo
5+
https://github.com/mongodb/specifications/blob/master/source/crud/tests/README.md#1-writeconcernerrordetails-exposes-writeconcernerrorerrinfo
66
--SKIPIF--
77
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
88
<?php skip_if_not_replica_set(); ?>

tests/writeError/writeerror-getInfo-002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
MongoDB\Driver\WriteError::getInfo() exposes writeError.errInfo
33
--DESCRIPTION--
44
CRUD spec prose test #2
5-
https://github.com/mongodb/specifications/blob/master/source/crud/tests/README.md#writeerror-details-exposes-writeerrors-errinfo
5+
https://github.com/mongodb/specifications/blob/master/source/crud/tests/README.md#2-writeerrordetails-exposes-writeerrorserrinfo
66
--SKIPIF--
77
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
88
<?php skip_if_server_version('<', '5.0'); ?>

0 commit comments

Comments
 (0)