mirror of
https://github.com/TheAlgorithms/PHP.git
synced 2025-01-17 07:08:13 +01:00
Update tests/MorseCodeTest.php
Co-authored-by: Brandon Johnson <bbj1979@gmail.com>
This commit is contained in:
parent
434e11cf6c
commit
1843abae90
@ -10,6 +10,6 @@ class MorseCodeTest extends TestCase
|
||||
{
|
||||
public function testCaesarCipher()
|
||||
{
|
||||
assertEquals('Test 123', decrypt(encrypt('Test 123')));
|
||||
assertEquals('Test 123', decode(encode('Test 123')));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user