Skip to content

Commit a30de9d

Browse files
committed
Fix interoperability-tests
1 parent 3abce1d commit a30de9d

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
@@ -90,7 +90,7 @@ public static function provideMetadata(): array
9090
DOMDocumentFactory::fromFile('/tmp/metadata/grnet.xml')->documentElement,
9191
],
9292
'EduID' => [
93-
DOMDocumentFactory::fromFile('eduid.xml')->documentElement,
93+
DOMDocumentFactory::fromFile('/tmp/metadata/eduid.xml')->documentElement,
9494
],
9595
];
9696
}

0 commit comments

Comments
 (0)