Skip to content

Commit

Permalink
remove unused deps [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Feb 10, 2021
1 parent f96a725 commit dbf5893
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
use Rector\Core\Bootstrap\RectorConfigsResolver;
use Rector\Core\Configuration\Option;
use Rector\Core\HttpKernel\RectorKernel;
use Rector\Core\PhpParser\Printer\BetterStandardPrinter;
use Rector\Testing\Contract\CommunityRectorTestCaseInterface;
use Rector\Testing\Guard\FixtureGuard;
use Symplify\EasyTesting\DataProvider\StaticFixtureFinder;
Expand All @@ -21,11 +20,6 @@

abstract class AbstractCommunityRectorTestCase extends AbstractKernelTestCase implements CommunityRectorTestCaseInterface
{
/**
* @var BetterStandardPrinter
*/
public $betterStandardPrinter;

/**
* @var FileProcessor
*/
Expand Down Expand Up @@ -62,7 +56,6 @@ protected function setUp(): void

$this->fileProcessor = $this->getService(FileProcessor::class);
$this->parameterProvider = $this->getService(ParameterProvider::class);
$this->betterStandardPrinter = $this->getService(BetterStandardPrinter::class);
}

protected function doTestFileInfo(SmartFileInfo $fixtureFileInfo): void
Expand Down

0 comments on commit dbf5893

Please sign in to comment.