Skip to content

Commit

Permalink
Merge pull request #116 from DaveLiddament/fix/reference-to-webmozart…
Browse files Browse the repository at this point in the history
…-path

FIX remove reference to webmozart path
  • Loading branch information
DaveLiddament authored Dec 24, 2021
2 parents 3d84218 + 00ef227 commit 8d69f89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Domain/Common/AbsoluteFileName.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace DaveLiddament\StaticAnalysisResultsBaseliner\Domain\Common;

use Webmozart\PathUtil\Path;
use DaveLiddament\StaticAnalysisResultsBaseliner\Domain\Utils\Path;

class AbsoluteFileName extends FileName
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/EndToEndTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

use DaveLiddament\StaticAnalysisResultsBaseliner\Domain\Common\ProjectRoot;
use DaveLiddament\StaticAnalysisResultsBaseliner\Domain\Common\RelativeFileName;
use DaveLiddament\StaticAnalysisResultsBaseliner\Domain\Utils\Path;
use DaveLiddament\StaticAnalysisResultsBaseliner\Domain\Utils\StringUtils;
use DaveLiddament\StaticAnalysisResultsBaseliner\Framework\Command\CreateBaseLineCommand;
use DaveLiddament\StaticAnalysisResultsBaseliner\Framework\Command\ListHistoryAnalysersCommand;
Expand All @@ -18,7 +19,6 @@
use Symfony\Component\Console\Application;
use Symfony\Component\Console\Tester\CommandTester;
use Symfony\Component\Filesystem\Filesystem;
use Webmozart\PathUtil\Path;

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

0 comments on commit 8d69f89

Please sign in to comment.