Add $defaultTheme

Required for Drupal 9.0.

See https://www.drupal.org/node/3083055.
This commit is contained in:
Oliver Davies 2020-03-07 17:15:01 +00:00
parent 772d3d31b0
commit 52f13fcac8

View file

@ -8,6 +8,8 @@ class PageListTest extends BrowserTestBase {
protected static $modules = ['tdd_blog'];
protected $defaultTheme = 'stark';
public function testBlogPageExists() {
$this->drupalGet('blog');