Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrajodas committed Jan 23, 2025
1 parent 6ea67cf commit 9f4c4fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/phpunit/MigrateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,11 @@ public function testMigrateShouldHandleEncryptionApiErrorResponse(): void
];
});

$sourceClientMock
->method('generateId')
->willReturn('123')
;

/** @var JobRunner $sourceJobRunnerMock */
/** @var JobRunner $destJobRunnerMock */
$migrate = new Migrate(
Expand Down

0 comments on commit 9f4c4fe

Please sign in to comment.