File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5959 - Shopware\Core\DevOps\StaticAnalyze\PHPStan\Rules\Deprecation\DeprecatedMethodsThrowDeprecationRule
6060 - Shopware\Core\DevOps\StaticAnalyze\PHPStan\Rules\Tests\CoversAttributeRule
6161 - Shopware\Core\DevOps\StaticAnalyze\PHPStan\Rules\Tests\MockingSimpleObjectsNotAllowedRule
62- - Shopware\Core\DevOps\StaticAnalyze\PHPStan\Rules\FinalClassRule
6362 - Shopware\Core\DevOps\StaticAnalyze\PHPStan\Rules\DecorationPatternRule
6463 - Shopware\Core\DevOps\StaticAnalyze\PHPStan\Rules\PackageAnnotationRule
6564 - Shopware\Core\DevOps\StaticAnalyze\PHPStan\Rules\DomainExceptionRule
Original file line number Diff line number Diff line change @@ -330,7 +330,8 @@ public function testResumeMigration(): void
330330 $ messageBus = $ this ->createMock (MessageBusInterface::class);
331331 $ messageBus
332332 ->expects (static ::once ())
333- ->method ('dispatch ' );
333+ ->method ('dispatch ' )
334+ ->willReturn (new Envelope (new \stdClass ()));
334335
335336 $ runTransitionService = $ this ->createMock (RunTransitionServiceInterface::class);
336337 $ runTransitionService
You can’t perform that action at this time.
0 commit comments