From 7af0e74b859a2c79e9bc91d55ab370c570648378 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Mon, 26 Jun 2023 14:25:36 +0900 Subject: [PATCH] Fix phpUnit test name for Security\SymmetricEncryption --- ...cryption.php => CoreLibsSecuritySymmetricEncryptionTest.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename 4dev/tests/Security/{CoreLibsSecuritySymmetricEncryption.php => CoreLibsSecuritySymmetricEncryptionTest.php} (98%) diff --git a/4dev/tests/Security/CoreLibsSecuritySymmetricEncryption.php b/4dev/tests/Security/CoreLibsSecuritySymmetricEncryptionTest.php similarity index 98% rename from 4dev/tests/Security/CoreLibsSecuritySymmetricEncryption.php rename to 4dev/tests/Security/CoreLibsSecuritySymmetricEncryptionTest.php index 9e2773da..33a2f458 100644 --- a/4dev/tests/Security/CoreLibsSecuritySymmetricEncryption.php +++ b/4dev/tests/Security/CoreLibsSecuritySymmetricEncryptionTest.php @@ -13,7 +13,7 @@ use CoreLibs\Security\SymmetricEncryption; * @coversDefaultClass \CoreLibs\Security\SymmetricEncryption * @testdox \CoreLibs\Security\SymmetricEncryption method tests */ -final class CoreLibsSecuritySymmetricEncryption extends TestCase +final class CoreLibsSecuritySymmetricEncryptionTest extends TestCase { /** * Undocumented function