Skip to content

Commit 00ef227

Browse files
committed
FIX remove reference to webmozart path from test code
1 parent 2110e44 commit 00ef227

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Integration/EndToEndTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
use DaveLiddament\StaticAnalysisResultsBaseliner\Domain\Common\ProjectRoot;
88
use DaveLiddament\StaticAnalysisResultsBaseliner\Domain\Common\RelativeFileName;
9+
use DaveLiddament\StaticAnalysisResultsBaseliner\Domain\Utils\Path;
910
use DaveLiddament\StaticAnalysisResultsBaseliner\Domain\Utils\StringUtils;
1011
use DaveLiddament\StaticAnalysisResultsBaseliner\Framework\Command\CreateBaseLineCommand;
1112
use DaveLiddament\StaticAnalysisResultsBaseliner\Framework\Command\ListHistoryAnalysersCommand;
@@ -18,7 +19,6 @@
1819
use Symfony\Component\Console\Application;
1920
use Symfony\Component\Console\Tester\CommandTester;
2021
use Symfony\Component\Filesystem\Filesystem;
21-
use Webmozart\PathUtil\Path;
2222

2323
// TODO this is getting a bit big. Split into multiple files.
2424
class EndToEndTest extends TestCase

0 commit comments

Comments
 (0)