'Basic test', 'description' => 'Ensure that the site was not blown up when the Backup & Migrate module was enabled.', 'group' => 'backup_migrate', ); } /** * Verify the front page still loads. */ public function testFrontPage() { $this->drupalGet(''); $this->assertResponse(200); $this->assertText(t('No front page content has been created yet.')); } }