From f4a7712ded59cb08b0bb04d6b01777a4ad74ee9b Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Wed, 17 Jul 2024 19:59:13 +0200 Subject: [PATCH] Add InvalidIpFormatExceptionTest --- .../InvalidIpFormatExceptionTest.php | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 module/Core/test/Exception/InvalidIpFormatExceptionTest.php diff --git a/module/Core/test/Exception/InvalidIpFormatExceptionTest.php b/module/Core/test/Exception/InvalidIpFormatExceptionTest.php new file mode 100644 index 00000000..6f0c3804 --- /dev/null +++ b/module/Core/test/Exception/InvalidIpFormatExceptionTest.php @@ -0,0 +1,19 @@ +getMessage()); + } +}