You are here

protected function SimplenewsAdministrationTest::setUp in Simplenews 3.x

Same name and namespace in other branches
  1. 8.2 tests/src/Functional/SimplenewsAdministrationTest.php \Drupal\Tests\simplenews\Functional\SimplenewsAdministrationTest::setUp()

Overrides SimplenewsTestBase::setUp

File

tests/src/Functional/SimplenewsAdministrationTest.php, line 29

Class

SimplenewsAdministrationTest
Managing of newsletter categories and content types.

Namespace

Drupal\Tests\simplenews\Functional

Code

protected function setUp() {
  parent::setUp();
  $this
    ->drupalPlaceBlock('help_block');
}