Skip to content
Snippets Groups Projects
Commit 7b1807c1 authored by Andrei Vesterli's avatar Andrei Vesterli
Browse files

Merge remote-tracking branch 'origin/1.0.x' into 1.0.x-dev

parents 1fe9f061 e07cae67
Branches 1.0.x-dev
No related tags found
No related merge requests found
......@@ -22,12 +22,12 @@
"drupal/devel": "^4.1"
},
"require-dev": {
"drush/drush": "^10"
"drush/drush": "^10 || ^11"
},
"extra": {
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
"drush.services.yml": "^9 || ^10 || ^11"
}
}
}
......
......@@ -28,7 +28,6 @@ class ModuleLoadTest extends BrowserTestBase {
parent::setUp();
$this->drupalPlaceBlock('page_title_block');
}
/**
......@@ -42,7 +41,6 @@ class ModuleLoadTest extends BrowserTestBase {
// Minimal homepage title.
$this->assertSession()->pageTextContains('Log in');
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment