function ContentMigrateTextTestCase::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 265 - Content Migrate Test Cases
Class
- ContentMigrateTextTestCase
- @class Content Migrate Text Test Case.
Code
function setUp() {
parent::setUp();
}