Skip to content

Commit

Permalink
Fix: Small change in filename
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanshb committed Oct 7, 2023
1 parent ddfbf4a commit f608c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Ciphers/RailfenceCipherTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use PHPUnit\Framework\TestCase;

require_once __DIR__ . '/../../vendor/autoload.php'; // Adjust the path as needed
require_once __DIR__ . '/../../Ciphers/RailFenceCipher.php'; // Adjust the path as needed
require_once __DIR__ . '/../../Ciphers/RailfenceCipher.php'; // Adjust the path as needed

class RailFenceCipherTest extends TestCase
{
Expand Down

0 comments on commit f608c5f

Please sign in to comment.