Skip to content

Commit fd59089

Browse files
authored
chore(support): fix path import (#746)
1 parent 35de71e commit fd59089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tempest/Support/tests/PathHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
use PHPUnit\Framework\Attributes\DataProvider;
99
use PHPUnit\Framework\Attributes\Test;
1010
use PHPUnit\Framework\TestCase;
11-
use function Tempest\path;
1211
use Tempest\Support\NamespaceHelper;
12+
use function Tempest\Support\path;
1313

1414
/**
1515
* @internal

0 commit comments

Comments
 (0)