You are here

protected function AchVersionAttributeTest::setUp in Acquia Content Hub 8.2

Throws

\Exception

Overrides KernelTestBase::setUp

File

tests/src/Kernel/EventSubscriber/CdfAttributes/AchVersionAttributeTest.php, line 48

Class

AchVersionAttributeTest
Tests that ACH version attribute is added to client CDF.

Namespace

Drupal\Tests\acquia_contenthub\Kernel\EventSubscriber\CdfAttributes

Code

protected function setUp() {
  parent::setUp();
  $this->dispatcher = $this->container
    ->get('event_dispatcher');
}