mirror of
https://github.com/TheAlgorithms/PHP.git
synced 2025-01-17 15:18:13 +01:00
Renames Test
Co-authored-by: Brandon Johnson <bbj1979@gmail.com>
This commit is contained in:
parent
74b93a53d0
commit
434e11cf6c
@ -6,7 +6,7 @@ use PHPUnit\Framework\TestCase;
|
|||||||
require_once __DIR__ . '/../vendor/autoload.php';
|
require_once __DIR__ . '/../vendor/autoload.php';
|
||||||
require_once __DIR__ . '/../ciphers/morseCode.php';
|
require_once __DIR__ . '/../ciphers/morseCode.php';
|
||||||
|
|
||||||
class CiphersTest extends TestCase
|
class MorseCodeTest extends TestCase
|
||||||
{
|
{
|
||||||
public function testCaesarCipher()
|
public function testCaesarCipher()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user