function EmailActionTest::setUp
Overrides KernelTestBase::setUp
File
- 
              core/tests/ Drupal/ KernelTests/ Core/ Action/ EmailActionTest.php, line 24 
Class
- EmailActionTest
- Tests for the EmailAction plugin.
Namespace
Drupal\KernelTests\Core\ActionCode
protected function setUp() : void {
  parent::setUp();
  $this->installEntitySchema('user');
  $this->installSchema('dblog', [
    'watchdog',
  ]);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
