Skip to content

Commit b2a4715

Browse files
committed
Move element-registry one level up, just like for the other libraries
1 parent f726131 commit b2a4715

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Addressing/XML/ElementRegistryTest.php renamed to tests/Addressing/ElementRegistryTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace SimpleSAML\Test\WebServices\Security\XML;
5+
namespace SimpleSAML\Test\WebServices\Security;
66

77
use PHPUnit\Framework\Attributes\Group;
88
use PHPUnit\Framework\TestCase;
@@ -23,7 +23,7 @@ final class ElementRegistryTest extends TestCase
2323
*/
2424
public function testElementRegistry(): void
2525
{
26-
$elementRegistry = dirname(__FILE__, 4) . '/classes/element.registry.php';
26+
$elementRegistry = dirname(__FILE__, 3) . '/classes/element.registry.php';
2727
$namespaces = include($elementRegistry);
2828

2929
foreach ($namespaces as $namespaceURI => $elements) {

0 commit comments

Comments
 (0)