Tests that the desired site name appears on the page after installation.
function testSiteName() {
$this
->drupalGet('');
$this
->assertRaw($this->siteName, 'The site name that was set during the installation appears on the front page after installation.');
}