We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d48931 commit bd68904Copy full SHA for bd68904
tests/InterOperability/EntitiesDescriptorTest.php
@@ -62,7 +62,7 @@ private function parseMetadata(DOMElement $metadata): void
62
try {
63
EntityDescriptor::fromXML($metadata);
64
} catch (Exception $e) {
65
- if ($entityID() === 'https://sb.kr-vysocina.cz/idp/shibboleth') {
+ if ($entityID === 'https://sb.kr-vysocina.cz/idp/shibboleth') {
66
var_dump($descriptor);
67
}
68
$this->failures = $this->failures + 1;
0 commit comments