We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f726131 commit b2a4715Copy full SHA for b2a4715
1 file changed
…s/Addressing/XML/ElementRegistryTest.php tests/Addressing/ElementRegistryTest.phptests/Addressing/XML/ElementRegistryTest.php renamed to tests/Addressing/ElementRegistryTest.php
@@ -2,7 +2,7 @@
2
3
declare(strict_types=1);
4
5
-namespace SimpleSAML\Test\WebServices\Security\XML;
+namespace SimpleSAML\Test\WebServices\Security;
6
7
use PHPUnit\Framework\Attributes\Group;
8
use PHPUnit\Framework\TestCase;
@@ -23,7 +23,7 @@ final class ElementRegistryTest extends TestCase
23
*/
24
public function testElementRegistry(): void
25
{
26
- $elementRegistry = dirname(__FILE__, 4) . '/classes/element.registry.php';
+ $elementRegistry = dirname(__FILE__, 3) . '/classes/element.registry.php';
27
$namespaces = include($elementRegistry);
28
29
foreach ($namespaces as $namespaceURI => $elements) {
0 commit comments