Skip to content

Commit 146a3af

Browse files
authored
Merge pull request #532 from phpDocumentor/bugfix-namespace
[BUGFIX] Correct Namespace in Test
2 parents da90787 + 798c6e4 commit 146a3af

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)