Skip to content

Commit 3c10a49

Browse files
committed
Move createClientEncryption tests to manager folder
1 parent b8c8523 commit 3c10a49

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tests/clientEncryption/clientEncryption-ctor-001.phpt renamed to tests/manager/manager-createClientEncryption-001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
MongoDB\Driver\ClientEncryption::__construct()
2+
MongoDB\Driver\Manager::createClientEncryption()
33
--SKIPIF--
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
55
<?php skip_if_not_libmongocrypt(); ?>

tests/clientEncryption/clientEncryption-ctor-error-001.phpt renamed to tests/manager/manager-createClientEncryption-error-001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--TEST--
2-
MongoDB\Driver\ClientEncryption::__construct() fails if compiled without FLE
2+
MongoDB\Driver\Manager::createClientEncryption() fails if compiled without FLE
33
--SKIPIF--
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
55
<?php skip_if_libmongocrypt(); ?>

tests/clientEncryption/clientEncryption-ctor-error-002.phpt renamed to tests/manager/manager-createClientEncryption-error-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\ClientEncryption::__construct() with invalid option types
2+
MongoDB\Driver\Manager::createClientEncryption() with invalid option types
33
--SKIPIF--
44
<?php require __DIR__ . "/../utils/basic-skipif.inc"; ?>
55
<?php skip_if_not_libmongocrypt(); ?>

0 commit comments

Comments
 (0)