diff --git a/src/Analyzer/FilePath.php b/src/Analyzer/FilePath.php deleted file mode 100644 index c5acd6c9..00000000 --- a/src/Analyzer/FilePath.php +++ /dev/null @@ -1,19 +0,0 @@ -path; - } - - public function set(string $path): void - { - $this->path = $path; - } -} diff --git a/tests/Unit/Analyzer/FilePathTest.php b/tests/Unit/Analyzer/FilePathTest.php deleted file mode 100644 index 1981bfef..00000000 --- a/tests/Unit/Analyzer/FilePathTest.php +++ /dev/null @@ -1,19 +0,0 @@ -set('thePath'); - - self::assertEquals('thePath', $filePath->toString()); - } -}