function ModerationStateNodeTest::setUp
Sets the test up.
Overrides ModerationStateTestBase::setUp
File
- 
              core/
modules/ content_moderation/ tests/ src/ Functional/ ModerationStateNodeTest.php, line 23  
Class
- ModerationStateNodeTest
 - Tests general content moderation workflow for nodes.
 
Namespace
Drupal\Tests\content_moderation\FunctionalCode
protected function setUp() {
  parent::setUp();
  $this->drupalLogin($this->adminUser);
  $this->createContentTypeFromUi('Moderated content', 'moderated_content', TRUE);
  $this->grantUserPermissionToCreateContentOfType($this->adminUser, 'moderated_content');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.