protected function SimplenewsFieldUiTest::setUp in Simplenews 8.2
Same name and namespace in other branches
- 3.x tests/src/Functional/SimplenewsFieldUiTest.php \Drupal\Tests\simplenews\Functional\SimplenewsFieldUiTest::setUp()
Overrides SimplenewsTestBase::setUp
File
- tests/
src/ Functional/ SimplenewsFieldUiTest.php, line 22
Class
- SimplenewsFieldUiTest
- Tests integration with field_ui.
Namespace
Drupal\Tests\simplenews\FunctionalCode
protected function setUp() {
parent::setUp();
$this
->drupalPlaceBlock('help_block');
}