From aca121fff0c54ed19b6564a5e2d3a36313fee12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anamarija=20Papi=C4=87?= Date: Sat, 7 Oct 2023 08:33:44 +0200 Subject: [PATCH] rename test case class. - to fix "Test case not matching filename" deprecation warning --- tests/Ciphers/VignereCipherTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Ciphers/VignereCipherTest.php b/tests/Ciphers/VignereCipherTest.php index 37e572b..dc39626 100644 --- a/tests/Ciphers/VignereCipherTest.php +++ b/tests/Ciphers/VignereCipherTest.php @@ -5,7 +5,7 @@ use PHPUnit\Framework\TestCase; require_once __DIR__ . '/../../vendor/autoload.php'; require_once __DIR__ . '/../../Ciphers/VignereCipher.php'; -class VignereCipher extends TestCase +class VignereCipherTest extends TestCase { public function testVignereCipher() {