You are here

function ContentMigrateListTestCase::setUp in Content Construction Kit (CCK) 7.3

In the base setUp() method we need to create a content type, and Drupal 6 tables relating to CCK: content_node_field, content_node_field_instance, and content_type_TYPENAME. It is up to a child class to make the proper inserts into these tables.

Overrides ContentMigrateTestCase::setUp

File

modules/content_migrate/tests/content_migrate.test, line 525
Content Migrate Test Cases

Class

ContentMigrateListTestCase
@class List widget functional test case

Code

function setUp() {
  parent::setUp();
}