Skip to content

Commit 60b4cb4

Browse files
committed
Rename X509 connection tests
1 parent 4144ca7 commit 60b4cb4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/connect/standalone-x509-0001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Connect to MongoDB with using SSL and X.509 auth
2+
Connect to MongoDB with using SSL and X.509 auth (stream context)
33
--SKIPIF--
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; NEEDS("STANDALONE_X509"); ?>
55
--FILE--

tests/connect/standalone-x509-0002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Connect to MongoDB with using X509 retrieving username from certificate #002
2+
Connect to MongoDB with using X509 retrieving username from certificate (stream context)
33
--SKIPIF--
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; NEEDS("STANDALONE_X509"); ?>
55
--FILE--

tests/connect/standalone-x509-0003.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Connect to MongoDB with using SSL and X.509 auth
2+
Connect to MongoDB with using SSL and X.509 auth (SSL options)
33
--SKIPIF--
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; NEEDS("STANDALONE_X509"); ?>
55
--FILE--

tests/connect/standalone-x509-0004.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
Connect to MongoDB with using X509 retrieving username from certificate #002
2+
Connect to MongoDB with using X509 retrieving username from certificate (SSL options)
33
--SKIPIF--
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; NEEDS("STANDALONE_X509"); ?>
55
--FILE--

0 commit comments

Comments
 (0)