/** * {@inheritdoc} */ public function setUp() { parent::setUp(); $this->tokenService = \Drupal::token(); }
/** * {@inheritdoc} */ public function setUp() { parent::setUp(); $this->installEntitySchema('file'); }
/** * {@inheritdoc} */ protected function setUp() { parent::setUp(); $this->installConfig(['system', 'token_module_test']); }