Sets the test up.
Overrides WebTestBase::setUp
File
- drupal/core/modules/block/custom_block/lib/Drupal/custom_block/Tests/CustomBlockTestBase.php, line 48
- Contains \Drupal\custom_block\Tests\CustomBlockTestBase.
Class
- CustomBlockTestBase
- Sets up page and article content types.
Namespace
Drupal\custom_block\Tests
Code
protected function setUp() {
parent::setUp();
$this->adminUser = $this
->drupalCreateUser($this->permissions);
}