Skip to content

Commit

Permalink
Fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Sep 15, 2024
1 parent 1776716 commit e79777d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/XML/ElementRegistryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace SimpleSAML\Test\WSSecurity\XML;
namespace SimpleSAML\Test\SOAP\XML;

use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\TestCase;
Expand All @@ -13,7 +13,7 @@
/**
* Tests for element registry.
*
* @package simplesamlphp/ws-security
* @package simplesamlphp/xml-soap
*/
#[Group('utils')]
final class ElementRegistryTest extends TestCase
Expand Down

0 comments on commit e79777d

Please sign in to comment.