From 35d8974ac1a478ba4c29e0a228688f526e49dbdd Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sat, 4 Dec 2021 16:27:52 -0600 Subject: [PATCH] Tests: ChaCha20 and Salsa20 unit tests weren't being ran --- tests/Unit/Crypt/{ChaCha20.php => ChaCha20Test.php} | 0 tests/Unit/Crypt/{Salsa20.php => Salsa20Test.php} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/Unit/Crypt/{ChaCha20.php => ChaCha20Test.php} (100%) rename tests/Unit/Crypt/{Salsa20.php => Salsa20Test.php} (100%) diff --git a/tests/Unit/Crypt/ChaCha20.php b/tests/Unit/Crypt/ChaCha20Test.php similarity index 100% rename from tests/Unit/Crypt/ChaCha20.php rename to tests/Unit/Crypt/ChaCha20Test.php diff --git a/tests/Unit/Crypt/Salsa20.php b/tests/Unit/Crypt/Salsa20Test.php similarity index 100% rename from tests/Unit/Crypt/Salsa20.php rename to tests/Unit/Crypt/Salsa20Test.php