Add $defaultTheme
Required for Drupal 9.0. See https://www.drupal.org/node/3083055.
This commit is contained in:
parent
772d3d31b0
commit
52f13fcac8
|
@ -8,6 +8,8 @@ class PageListTest extends BrowserTestBase {
|
||||||
|
|
||||||
protected static $modules = ['tdd_blog'];
|
protected static $modules = ['tdd_blog'];
|
||||||
|
|
||||||
|
protected $defaultTheme = 'stark';
|
||||||
|
|
||||||
public function testBlogPageExists() {
|
public function testBlogPageExists() {
|
||||||
$this->drupalGet('blog');
|
$this->drupalGet('blog');
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue