protected function EmailActionTest::setUp in Drupal 8
Same name and namespace in other branches
- 9 core/tests/Drupal/KernelTests/Core/Action/EmailActionTest.php \Drupal\KernelTests\Core\Action\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() {
parent::setUp();
$this
->installEntitySchema('user');
$this
->installSchema('dblog', [
'watchdog',
]);
}