Tests Standard installation profile.
File
- drupal/core/profiles/standard/lib/Drupal/standard/Tests/StandardTest.php, line 30
- Contains Drupal\standard\Tests\StandardTest.
Class
- StandardTest
- Tests Standard installation profile expectations.
Namespace
Drupal\standard\Tests
Code
function testStandard() {
$this
->drupalGet('');
$this
->assertLink(t('Contact'));
$this
->clickLink(t('Contact'));
$this
->assertResponse(200);
}