From b0566e31483d28e95c1cfe10d5117161f7f3b8f3 Mon Sep 17 00:00:00 2001 From: Christopher Vagnetoft Date: Mon, 10 Apr 2023 00:55:15 +0200 Subject: [PATCH] Fixed case in test filenames --- tests/{JwtTokenTest.php => JWTTokenTest.php} | 0 tests/{JwtUtilTest.php => JWTUtilTest.php} | 0 tests/Key/{JwtDerivedKeyTest.php => JWTDerivedKeyTest.php} | 0 tests/Key/{JwtPlaintextKeyTest.php => JWTPlaintextKeyTest.php} | 0 tests/Validator/{JwtValidatorTest.php => JWTValidatorTest.php} | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename tests/{JwtTokenTest.php => JWTTokenTest.php} (100%) rename tests/{JwtUtilTest.php => JWTUtilTest.php} (100%) rename tests/Key/{JwtDerivedKeyTest.php => JWTDerivedKeyTest.php} (100%) rename tests/Key/{JwtPlaintextKeyTest.php => JWTPlaintextKeyTest.php} (100%) rename tests/Validator/{JwtValidatorTest.php => JWTValidatorTest.php} (100%) diff --git a/tests/JwtTokenTest.php b/tests/JWTTokenTest.php similarity index 100% rename from tests/JwtTokenTest.php rename to tests/JWTTokenTest.php diff --git a/tests/JwtUtilTest.php b/tests/JWTUtilTest.php similarity index 100% rename from tests/JwtUtilTest.php rename to tests/JWTUtilTest.php diff --git a/tests/Key/JwtDerivedKeyTest.php b/tests/Key/JWTDerivedKeyTest.php similarity index 100% rename from tests/Key/JwtDerivedKeyTest.php rename to tests/Key/JWTDerivedKeyTest.php diff --git a/tests/Key/JwtPlaintextKeyTest.php b/tests/Key/JWTPlaintextKeyTest.php similarity index 100% rename from tests/Key/JwtPlaintextKeyTest.php rename to tests/Key/JWTPlaintextKeyTest.php diff --git a/tests/Validator/JwtValidatorTest.php b/tests/Validator/JWTValidatorTest.php similarity index 100% rename from tests/Validator/JwtValidatorTest.php rename to tests/Validator/JWTValidatorTest.php