You are here

public function FieldCollectionReferenceTableFormatterTest::setup in Reference Table Formatter 7

File

tests/field_collection_reference_table_formatter.test, line 18

Class

FieldCollectionReferenceTableFormatterTest

Code

public function setup() {
  parent::setUp(array(
    'reference_table_formatter',
    'ctools',
    'field_ui',
    'node',
    'field_collection',
  ));
  $this->adminUser = $this
    ->drupalCreateUser(array(
    'access content',
    'administer nodes',
    'bypass node access',
    'administer content types',
    'administer taxonomy',
    'administer field collections',
  ));
}