From 46eeedb08f0832b1b61a84c612d945fc85ee4734 Mon Sep 17 00:00:00 2001 From: Antoine Lamirault Date: Sat, 26 Nov 2022 17:54:11 +0100 Subject: [PATCH] [Mime] Rename SMimeEncryptorTest to SMimeEncrypterTest --- Tests/Crypto/{SMimeEncryptorTest.php => SMimeEncrypterTest.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Tests/Crypto/{SMimeEncryptorTest.php => SMimeEncrypterTest.php} (98%) diff --git a/Tests/Crypto/SMimeEncryptorTest.php b/Tests/Crypto/SMimeEncrypterTest.php similarity index 98% rename from Tests/Crypto/SMimeEncryptorTest.php rename to Tests/Crypto/SMimeEncrypterTest.php index 92df05e..75f3f3c 100644 --- a/Tests/Crypto/SMimeEncryptorTest.php +++ b/Tests/Crypto/SMimeEncrypterTest.php @@ -19,7 +19,7 @@ /** * @requires extension openssl */ -class SMimeEncryptorTest extends SMimeTestCase +class SMimeEncrypterTest extends SMimeTestCase { public function testEncryptMessage() {