Skip to content

Commit 798c6e4

Browse files
committed
[BUGFIX] Correct Namespace in Test
The Namespace was not inline with those of the classes causing unnecessary imports and warnings in the IDE.
1 parent da90787 commit 798c6e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/guides-restructured-text/tests/unit/Parser/Productions/InlineRules/TextRoleRuleTest.php

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

33
declare(strict_types=1);
44

5-
namespace phpDocumentor\Guides\Parser\Productions\InlineRules;
5+
namespace phpDocumentor\Guides\RestructuredText\Parser\Productions\InlineRules;
66

77
use Generator;
88
use phpDocumentor\Guides\Nodes\Inline\InlineNode;
99
use phpDocumentor\Guides\RestructuredText\Parser\DocumentParserContext;
1010
use phpDocumentor\Guides\RestructuredText\Parser\InlineLexer;
11-
use phpDocumentor\Guides\RestructuredText\Parser\Productions\InlineRules\TextRoleRule;
1211
use phpDocumentor\Guides\RestructuredText\TextRoles\TextRole;
1312
use phpDocumentor\Guides\RestructuredText\TextRoles\TextRoleFactory;
1413
use PHPUnit\Framework\Attributes\DataProvider;

0 commit comments

Comments
 (0)