rename test case class.

- to fix "Test case not matching filename" deprecation warning
This commit is contained in:
Anamarija Papić
2023-10-07 08:33:44 +02:00
parent 9b0cae985e
commit aca121fff0

View File

@ -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()
{