Skip to content

Commit c3e67f4

Browse files
committed
[BUGFIX] Adjust Test namespace to our common scheme
1 parent 2bec3ca commit c3e67f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/guides/tests/unit/UrlGeneratorTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
declare(strict_types=1);
44

5-
namespace unit;
5+
namespace phpDocumentor\Guides;
66

7-
use phpDocumentor\Guides\UrlGenerator;
87
use PHPUnit\Framework\Attributes\DataProvider;
98
use PHPUnit\Framework\TestCase;
109

0 commit comments

Comments
 (0)