We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40698b3 commit 8cd53fcCopy full SHA for 8cd53fc
tests/lib/Repository/Service/Mock/ContentTest.php
@@ -3485,7 +3485,7 @@ static function (SPIValue $value) use ($emptyValue) {
3485
3486
$existingRelations = ['RELATIONS!!!'];
3487
$repositoryMock->method('sudo')->willReturn($existingRelations);
3488
- $relationProcessorMock->expects($this->any())
+ $relationProcessorMock->expects(self::any())
3489
->method('processFieldRelations')
3490
->with(
3491
self::isType('array'),
0 commit comments