Skip to content

Commit

Permalink
[CS] Fixed outstanding CS issue in ContentTest
Browse files Browse the repository at this point in the history
  • Loading branch information
alongosz committed Jul 16, 2024
1 parent 40698b3 commit 8cd53fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/Repository/Service/Mock/ContentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -3485,7 +3485,7 @@ static function (SPIValue $value) use ($emptyValue) {

$existingRelations = ['RELATIONS!!!'];
$repositoryMock->method('sudo')->willReturn($existingRelations);
$relationProcessorMock->expects($this->any())
$relationProcessorMock->expects(self::any())
->method('processFieldRelations')
->with(
self::isType('array'),
Expand Down

0 comments on commit 8cd53fc

Please sign in to comment.