Skip to content
Snippets Groups Projects
Commit 2e58203e authored by Jess's avatar Jess
Browse files

Issue #2527638 followup by xjm: Fix duplicated setUp() method in MigrateDrupal7TestBase

parent 25e09e46
No related merge requests found
......@@ -22,14 +22,6 @@ protected function setUp() {
$this->installMigrations('Drupal 7');
}
/**
* {@inheritdoc}
*/
protected function setUp() {
parent::setUp();
$this->installMigrations('Drupal 7');
}
/**
* {@inheritdoc}
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment