protected function CoreVersionAttributeTest::setUp in Acquia Content Hub 8.2
Throws
\Exception
Overrides KernelTestBase::setUp
File
- tests/
src/ Kernel/ EventSubscriber/ CdfAttributes/ CoreVersionAttributeTest.php, line 43
Class
- CoreVersionAttributeTest
- Tests that core version attribute is added to client CDF.
Namespace
Drupal\Tests\acquia_contenthub\Kernel\EventSubscriber\CdfAttributesCode
protected function setUp() {
parent::setUp();
$this->dispatcher = $this->container
->get('event_dispatcher');
}