Skip to content

Commit

Permalink
Add to Laravel100 config
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfox committed Jan 4, 2024
1 parent 1031a06 commit ecf9faa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/sets/laravel100.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
use RectorLaravel\Rector\Class_\ReplaceExpectsMethodsInTestsRector;
use RectorLaravel\Rector\Class_\UnifyModelDatesWithCastsRector;
use RectorLaravel\Rector\MethodCall\DatabaseExpressionToStringToMethodCallRector;
use RectorLaravel\Rector\MethodCall\ReplaceWithoutJobsEventsAndNotificationsWithFacadeFakeRector;
use RectorLaravel\Rector\StaticCall\ReplaceAssertTimesSendWithAssertSentTimesRector;

// see https://laravel.com/docs/10.x/upgrade
Expand All @@ -28,6 +29,7 @@
// https://github.com/laravel/framework/pull/41136/files
$rectorConfig->rule(ReplaceExpectsMethodsInTestsRector::class);
$rectorConfig->rule(ReplaceAssertTimesSendWithAssertSentTimesRector::class);
$rectorConfig->rule(ReplaceWithoutJobsEventsAndNotificationsWithFacadeFakeRector::class);

$rectorConfig
->ruleWithConfiguration(RenamePropertyRector::class, [
Expand Down

0 comments on commit ecf9faa

Please sign in to comment.