From d2ce3af8c2f6087990dc3ad04a0607e79c65a94e Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Tue, 1 Mar 2022 17:25:41 +0100
Subject: [PATCH] Remove unused var

---
 tests/modules/saml/lib/IdP/SAML2Test.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/modules/saml/lib/IdP/SAML2Test.php b/tests/modules/saml/lib/IdP/SAML2Test.php
index bc4aa2979..206bcceb9 100644
--- a/tests/modules/saml/lib/IdP/SAML2Test.php
+++ b/tests/modules/saml/lib/IdP/SAML2Test.php
@@ -780,6 +780,6 @@ EOT;
 
         $this->expectException(InvalidArgumentException::class);
         $this->expectExceptionMessage('"contactType" is mandatory and must be one of');
-        $md = $this->idpMetadataHandlerHelper($config);
+        $this->idpMetadataHandlerHelper($config);
     }
 }
-- 
GitLab