protected function BlockContentCreationTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/block_content/src/Tests/BlockContentCreationTest.php \Drupal\block_content\Tests\BlockContentCreationTest::setUp()
Sets the test up.
Overrides BlockContentTestBase::setUp
File
- core/
modules/ block_content/ src/ Tests/ BlockContentCreationTest.php, line 44 - Contains \Drupal\block_content\Tests\BlockContentCreationTest.
Class
- BlockContentCreationTest
- Create a block and test saving it.
Namespace
Drupal\block_content\TestsCode
protected function setUp() {
parent::setUp();
$this
->drupalLogin($this->adminUser);
}