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 authored and barw4 committed Oct 17, 2024
1 parent e26e65e commit 8817e7b
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 @@ -3471,7 +3471,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(
$this->isType('array'),
Expand Down

0 comments on commit 8817e7b

Please sign in to comment.