Skip to content
Snippets Groups Projects
Commit bd74cb89 authored by JohnCullen's avatar JohnCullen
Browse files

#3384913 Testing front page and module dependencies

parent afd89234
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,15 @@ class SupportInstallationTests extends BrowserTestBase {
*
* @var array
*/
protected static $modules = ['support'];
protected static $modules = [
'diff',
'comment',
'options',
'user',
'views',
'support',
'support_ticket'
];
/**
* {@inheritdoc}
......@@ -42,4 +50,12 @@ class SupportInstallationTests extends BrowserTestBase {
$this->drupalLogin($admin_user);
}
/**
* Tests front page work.
*/
public function testSiteFrontPageFunctionality() {
$this->drupalGet('<front>');
$this->assertSession()->statusCodeEquals(200);
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment