We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3abce1d commit a30de9dCopy full SHA for a30de9d
tests/InterOperability/EntitiesDescriptorTest.php
@@ -90,7 +90,7 @@ public static function provideMetadata(): array
90
DOMDocumentFactory::fromFile('/tmp/metadata/grnet.xml')->documentElement,
91
],
92
'EduID' => [
93
- DOMDocumentFactory::fromFile('eduid.xml')->documentElement,
+ DOMDocumentFactory::fromFile('/tmp/metadata/eduid.xml')->documentElement,
94
95
];
96
}
0 commit comments