Skip to content

Commit

Permalink
FRW-8773 Added PHPUnit 11 support. (#11131)
Browse files Browse the repository at this point in the history
FRW-8773 Added PHP Unit 11 support.
  • Loading branch information
olhalivitchuk authored Nov 4, 2024
1 parent c53a30f commit 13a13ab
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ protected function getQuotesCollectionTransfer(): QuoteCollectionTransfer
protected function initWithResult(): void
{
$builder = $this->getMockBuilder(MultiCartBusinessFactory::class);
$builder->setMethods(
$builder->onlyMethods(
[
'getQuoteFacade',
],
Expand All @@ -191,7 +191,7 @@ protected function initWithResult(): void
protected function initWithoutResult(): void
{
$builder = $this->getMockBuilder(MultiCartBusinessFactory::class);
$builder->setMethods(
$builder->onlyMethods(
[
'getQuoteFacade',
],
Expand Down

0 comments on commit 13a13ab

Please sign in to comment.