Skip to content

Commit 3b7a331

Browse files
committed
Move test-schemas to the tests-directory
1 parent be55adc commit 3b7a331

9 files changed

Lines changed: 2821 additions & 1 deletion

tests/InterOperability/SchemaTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function testUnmarshalling(DOMElement $schema): void
4747
*/
4848
public static function provideSchema(): array
4949
{
50-
$dir = dirname(__FILE__, 3);
50+
$dir = dirname(__FILE__, 2);
5151

5252
/** @var string $xml */
5353
$xml = file_get_contents($dir . '/resources/schemas/xml.xsd');

0 commit comments

Comments
 (0)