function PublishActionTest::setUp
Overrides KernelTestBase::setUp
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Action/ PublishActionTest.php, line 23
Class
- PublishActionTest
- @group Action
Namespace
Drupal\KernelTests\Core\ActionCode
protected function setUp() : void {
parent::setUp();
$this->installEntitySchema('entity_test_mulrevpub');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.