You are here

public function SimpleNewsAdministrationTestCase::setUp in Simplenews 7.2

Same name and namespace in other branches
  1. 7 tests/simplenews.test \SimpleNewsAdministrationTestCase::setUp()

Overrides SimplenewsTestCase::setUp().

Overrides SimplenewsTestCase::setUp

File

tests/simplenews.test, line 1095
Simplenews test functions.

Class

SimpleNewsAdministrationTestCase
@todo: Newsletter node create, send draft, send final

Code

public function setUp() {
  parent::setUp(array(
    'block',
  ));
}