private function ContentHubEntityExportControllerTest::instantiateContentHubEntityController in Acquia Content Hub 8
Instantiates ContentHubEntityExportController object.
2 calls to ContentHubEntityExportControllerTest::instantiateContentHubEntityController()
- ContentHubEntityExportControllerTest::setUp in tests/
src/ Unit/ Controller/ ContentHubEntityExportControllerTest.php - ContentHubEntityExportControllerTest::testExportEntities in tests/
src/ Unit/ Controller/ ContentHubEntityExportControllerTest.php - Tests exportEntities method.
File
- tests/
src/ Unit/ Controller/ ContentHubEntityExportControllerTest.php, line 170
Class
- ContentHubEntityExportControllerTest
- Unit test for ContentHubEntityExportController class.
Namespace
Drupal\Tests\acquia_contenthub\Unit\ControllerCode
private function instantiateContentHubEntityController() {
$this->contentHubEntityExportController = new ContentHubEntityExportController($this->clientManager, $this->entityManager, $this->contentHubEntitiesTracking, $this->contentEntityCdfNormalizer, $this->contentHubExportQueueController, $this->entityRepository, $this->contentHubInternalRequest, $this->configFactory, $this->loggerFactory);
}