protected function PathautoTest::setUp in Entity Share 8.3
Overrides EntityShareClientFunctionalTestBase::setUp
File
- modules/
entity_share_client/ tests/ src/ Functional/ PathautoTest.php, line 61
Class
- PathautoTest
- General functional test class for path field.
Namespace
Drupal\Tests\entity_share_client\FunctionalCode
protected function setUp() : void {
parent::setUp();
$this->configFactory = $this->container
->get('config.factory');
$this->pluginCacheClearer = $this->container
->get('plugin.cache_clearer');
}