mirror of
https://github.com/TheAlgorithms/PHP.git
synced 2025-07-07 02:03:28 +02:00
rename test case class.
- to fix "Test case not matching filename" deprecation warning
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user