Skip to content

Commit 0521d7f

Browse files
committed
Fix namespace
1 parent ae2a81b commit 0521d7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Utils.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use DateTimeImmutable;
88
use DateTimeInterface;
99
use DOMElement;
10-
use SimpleSAML\Assert\Assert;
10+
use SimpleSAML\XML\Assert\Assert;
1111

1212
use function trim;
1313

tests/Assert/HexBinTest.php tests/Assert/HexBinaryTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
use PHPUnit\Framework\Attributes\CoversClass;
88
use PHPUnit\Framework\Attributes\DataProvider;
99
use PHPUnit\Framework\TestCase;
10-
use SimpleSAML\Assert\Assert;
1110
use SimpleSAML\Assert\AssertionFailedException;
11+
use SimpleSAML\XML\Assert\Assert;
1212

1313
/**
1414
* Class \SimpleSAML\Test\Assert\HexBinaryTest

0 commit comments

Comments
 (0)