Skip to content

Commit

Permalink
[BUGFIX] Import correct config file in test
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Nov 8, 2023
1 parent 27108fd commit 0460161
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
use Ssch\TYPO3Rector\Rector\v12\v0\typo3\ReplacePreviewUrlMethodRector;

return static function (RectorConfig $rectorConfig): void {
$rectorConfig->import(__DIR__ . '/../../../../../../config/config_test.php');
$rectorConfig->import(__DIR__ . '/../../../../../../../config/config_test.php');
$rectorConfig->rule(ReplacePreviewUrlMethodRector::class);
};

0 comments on commit 0460161

Please sign in to comment.