Skip to content

Commit 20bb78f

Browse files
committed
Drop the new tests for v4
1 parent e2df799 commit 20bb78f

2 files changed

Lines changed: 2 additions & 209 deletions

File tree

src/SAML2/SOAPClient.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,8 @@ public static function validateSSL(string $data, XMLSecurityKey $key): void
276276
throw new Exception('Missing key in public key details.');
277277
}
278278

279+
var_dump(trim($keyInfo['key']));
280+
var_dump(trim($data));
279281
if (trim($keyInfo['key']) !== trim($data)) {
280282
throw new Exception('Key on SSL connection did not match key we validated against.');
281283
}

tests/SAML2/SOAPClientTest.php

Lines changed: 0 additions & 209 deletions
This file was deleted.

0 commit comments

Comments
 (0)