Skip to content

Commit

Permalink
MNT Unit test PHP 8.2 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jan 19, 2023
1 parent 972af65 commit ada2ba5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/php/Authenticators/LDAPAuthenticatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ class LDAPAuthenticatorTest extends SapphireTest
*/
private $request;

/**
* @var LDAPService
*/
private $service;

/**
* @var ValidationResult
*/
Expand Down

0 comments on commit ada2ba5

Please sign in to comment.