You are here

protected property ContentHubExportQueueControllerTest::$configEntity in Acquia Content Hub 8

The acquia_contenthub.entity_config array.

Type: array

File

tests/src/Unit/Controller/ContentHubExportQueueControllerTest.php, line 60

Class

ContentHubExportQueueControllerTest
PHPUnit test for the ContentHubExportQueueController class.

Namespace

Drupal\Tests\acquia_contenthub\Unit\Controller

Code

protected $configEntity = [
  'dependency_depth' => 3,
  'user_role' => AccountInterface::ANONYMOUS_ROLE,
  'export_queue_entities_per_item' => 1,
  'export_queue_batch_size' => 1,
  'export_queue_waiting_time' => 5,
];