From 6987b26edea598975980f9a3001a357d642db8d6 Mon Sep 17 00:00:00 2001 From: Eric Stern Date: Wed, 16 Oct 2024 09:41:01 -0700 Subject: [PATCH] test invalid secret key message --- tests/Exception/InvalidSecretKeyTest.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/Exception/InvalidSecretKeyTest.php diff --git a/tests/Exception/InvalidSecretKeyTest.php b/tests/Exception/InvalidSecretKeyTest.php new file mode 100644 index 0000000..449511b --- /dev/null +++ b/tests/Exception/InvalidSecretKeyTest.php @@ -0,0 +1,21 @@ +getMessage()); + } +}