Skip to content

Commit aca121f

Browse files
rename test case class.
- to fix "Test case not matching filename" deprecation warning
1 parent 9b0cae9 commit aca121f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Ciphers/VignereCipherTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
require_once __DIR__ . '/../../vendor/autoload.php';
66
require_once __DIR__ . '/../../Ciphers/VignereCipher.php';
77

8-
class VignereCipher extends TestCase
8+
class VignereCipherTest extends TestCase
99
{
1010
public function testVignereCipher()
1111
{

0 commit comments

Comments
 (0)