From ada2ba52140c5d714ce9316b64e1f640e380cb35 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Fri, 20 Jan 2023 11:55:36 +1300 Subject: [PATCH] MNT Unit test PHP 8.2 compatibility --- tests/php/Authenticators/LDAPAuthenticatorTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/php/Authenticators/LDAPAuthenticatorTest.php b/tests/php/Authenticators/LDAPAuthenticatorTest.php index 9fcadd2..d24bb90 100644 --- a/tests/php/Authenticators/LDAPAuthenticatorTest.php +++ b/tests/php/Authenticators/LDAPAuthenticatorTest.php @@ -26,6 +26,11 @@ class LDAPAuthenticatorTest extends SapphireTest */ private $request; + /** + * @var LDAPService + */ + private $service; + /** * @var ValidationResult */