mirror of
https://github.com/TheAlgorithms/PHP.git
synced 2025-01-17 15:18:13 +01:00
rename MonoAlphabeticCipher and move tests for the same into Ciphers tests
This commit is contained in:
parent
11e22b312f
commit
925178d263
@ -2,7 +2,8 @@
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use function PHPUnit\Framework\assertEquals;
|
||||
|
||||
require_once __DIR__ . '/../ciphers/monoAlphabeticCipher.php';
|
||||
require_once __DIR__ . '/../../vendor/autoload.php';
|
||||
require_once __DIR__ . '/../../Ciphers/MonoAlphabeticCipher.php';
|
||||
|
||||
class MonoAlphabeticCipherTest extends TestCase
|
||||
{
|
Loading…
x
Reference in New Issue
Block a user