Skip to content

Commit bd68904

Browse files
committed
Ensure stringification of ListValueInterface values
1 parent 8d48931 commit bd68904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/InterOperability/EntitiesDescriptorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ private function parseMetadata(DOMElement $metadata): void
6262
try {
6363
EntityDescriptor::fromXML($metadata);
6464
} catch (Exception $e) {
65-
if ($entityID() === 'https://sb.kr-vysocina.cz/idp/shibboleth') {
65+
if ($entityID === 'https://sb.kr-vysocina.cz/idp/shibboleth') {
6666
var_dump($descriptor);
6767
}
6868
$this->failures = $this->failures + 1;

0 commit comments

Comments
 (0)