Skip to content

Commit b0c41db

Browse files
committed
Fix test titles
1 parent 973ee59 commit b0c41db

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/connect/standalone-auth-0001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
MongoDB\Write\Batch: #001 Variety Batch
2+
Connect to MongoDB with using default auth mechanism
33
--SKIPIF--
44
<?php require "tests/utils/basic-skipif.inc"?>
55
--FILE--

tests/connect/standalone-plain-0001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
MongoDB\Write\Batch: #001 Variety Batch
2+
Connect to MongoDB with using PLAIN auth mechanism
33
--SKIPIF--
44
<?php require "tests/utils/basic-skipif.inc"?>
55
--FILE--

tests/connect/standalone-ssl-0001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
MongoDB\Write\Batch: #001 Variety Batch
2+
Connect to MongoDB with using SSL
33
--SKIPIF--
44
<?php require "tests/utils/basic-skipif.inc"?>
55
--FILE--

tests/connect/standalone-ssl-0002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
MongoDB\Write\Batch: #001 Variety Batch
2+
Connect to MongoDB with using SSL and verify the stream
33
--SKIPIF--
44
<?php require "tests/utils/basic-skipif.inc"?>
55
--FILE--

0 commit comments

Comments
 (0)