-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,16 +23,16 @@ abstract class AbstractRepositoryEventSubscriberTest extends AbstractCoreEventSu | |
/** @var \PHPUnit\Framework\MockObject\MockObject|\eZ\Publish\API\Repository\LocationService */ | ||
protected $locationServiceMock; | ||
|
||
/** @var \PHPUnit\Framework\MockObject\MockObject|\EzSystems\EzRecommendationClient\Helper\LocationHelper */ | ||
/** @var \PHPUnit\Framework\MockObject\MockObject&\EzSystems\EzRecommendationClient\Helper\LocationHelper */ | ||
protected $locationHelperMock; | ||
Check failure on line 27 in tests/lib/Event/Subscriber/AbstractRepositoryEventSubscriberTest.php GitHub Actions / Tests (7.4)
Check failure on line 27 in tests/lib/Event/Subscriber/AbstractRepositoryEventSubscriberTest.php GitHub Actions / Tests (7.3)
Check failure on line 27 in tests/lib/Event/Subscriber/AbstractRepositoryEventSubscriberTest.php GitHub Actions / Tests (8.1)
|
||
|
||
/** @var \PHPUnit\Framework\MockObject\MockObject|\EzSystems\EzRecommendationClient\Helper\ContentHelper */ | ||
/** @var \PHPUnit\Framework\MockObject\MockObject&\EzSystems\EzRecommendationClient\Helper\ContentHelper */ | ||
protected $contentHelperMock; | ||
Check failure on line 30 in tests/lib/Event/Subscriber/AbstractRepositoryEventSubscriberTest.php GitHub Actions / Tests (7.4)
Check failure on line 30 in tests/lib/Event/Subscriber/AbstractRepositoryEventSubscriberTest.php GitHub Actions / Tests (7.3)
Check failure on line 30 in tests/lib/Event/Subscriber/AbstractRepositoryEventSubscriberTest.php GitHub Actions / Tests (8.1)
|
||
|
||
/** @var \PHPUnit\Framework\MockObject\MockObject|\eZ\Publish\Core\Query\QueryFactoryInterface */ | ||
/** @var \PHPUnit\Framework\MockObject\MockObject&\eZ\Publish\Core\Query\QueryFactoryInterface */ | ||
protected $queryFactoryMock; | ||
|
||
/** @var \PHPUnit\Framework\MockObject\MockObject|\eZ\Publish\API\Repository\SearchService */ | ||
/** @var \PHPUnit\Framework\MockObject\MockObject&\eZ\Publish\API\Repository\SearchService */ | ||
protected $searchServiceMock; | ||
|
||
public function setUp(): void | ||
|