Skip to content

Commit

Permalink
compact
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jun 22, 2021
1 parent 2120001 commit ea11625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/Testing/PHPUnit/AbstractRectorTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ private function processFileInfo(SmartFileInfo $fileInfo): string
$nodeScopeResolver = $this->getService(NodeScopeResolver::class);
$nodeScopeResolver->setAnalysedFiles([$fileInfo->getRealPath()]);

$configuration = new Configuration(isDryRun: true);
$configuration = new Configuration(true);

$file = new File($fileInfo, $fileInfo->getContents());
$this->applicationFileProcessor->run([$file], $configuration);
Expand Down

0 comments on commit ea11625

Please sign in to comment.