Issue #2692247 by alexpott, mikeryan: Pre-existing 'forum' content type prevents forum module installation

8.2.x
Nathaniel Catchpole 2016-06-17 10:44:31 +01:00
parent 310145e472
commit 0e0c6bc57c
21 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ abstract class MigrateUpgradeTestBase extends WebTestBase {
}
}
}
\Drupal::service('module_installer')->install(['forum']);
}
/**