You are here

protected function HashCdfAttributeTest::setUp in Acquia Content Hub 8.2

Overrides UnitTestCase::setUp

File

tests/src/Unit/EventSubscriber/CdfAttributes/HashCdfAttributeTest.php, line 36

Class

HashCdfAttributeTest
Tests hashing of cdf attributes.

Namespace

Drupal\Tests\acquia_contenthub\Unit\EventSubscriber\CdfAttributes

Code

protected function setUp() {
  parent::setUp();
  $this->dispatcher = new EventDispatcher();
  $this->dispatcher
    ->addSubscriber(new HashCdfAttribute());
}