function OgVocabMigrateTestCase::setUp in OG Vocabulary 7
Overrides DrupalWebTestCase::setUp() for upgrade testing.
Overrides UpgradePathTestCase::setUp
See also
DrupalWebTestCase::prepareDatabasePrefix()
DrupalWebTestCase::changeDatabasePrefix()
DrupalWebTestCase::prepareEnvironment()
File
- ./
og_vocab.test, line 304 - Test organic groups vocabulary module.
Class
- OgVocabMigrateTestCase
- Test the revocation of group roles.
Code
function setUp() {
// Path to the database dump files.
$this->databaseDumpFiles = array(
drupal_get_path('module', 'og_vocab') . '/tests/og-vocab-6.database.php',
);
parent::setUp();
}