Skip to content

Commit 8cd53fc

Browse files
committed
[CS] Fixed outstanding CS issue in ContentTest
1 parent 40698b3 commit 8cd53fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lib/Repository/Service/Mock/ContentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3485,7 +3485,7 @@ static function (SPIValue $value) use ($emptyValue) {
34853485

34863486
$existingRelations = ['RELATIONS!!!'];
34873487
$repositoryMock->method('sudo')->willReturn($existingRelations);
3488-
$relationProcessorMock->expects($this->any())
3488+
$relationProcessorMock->expects(self::any())
34893489
->method('processFieldRelations')
34903490
->with(
34913491
self::isType('array'),

0 commit comments

Comments
 (0)