Skip to content

Commit

Permalink
Merge pull request #48 from creative-commoners/pulls/2/php82
Browse files Browse the repository at this point in the history
MNT Unit test PHP 8.2 compatibility
  • Loading branch information
GuySartorelli authored Jan 25, 2023
2 parents 44f77da + ada2ba5 commit 8370b6e
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 8370b6e

Please sign in to comment.