You are here

public function SecureSiteForceOfflineFunctionalTest::testSecureSiteForceOfflineNormal in Secure Site 7.2

Same name and namespace in other branches
  1. 6.2 securesite.test \SecureSiteForceOfflineFunctionalTest::testSecureSiteForceOfflineNormal()

Request on-line home page.

File

./securesite.test, line 1081
Tests for Secure Site module.

Class

SecureSiteForceOfflineFunctionalTest
Functional tests for page requests with authentication forced when site is off line.

Code

public function testSecureSiteForceOfflineNormal() {
  $this
    ->drupalHead(NULL);
  $this
    ->assertResponse(200, t('Requesting on-line home page.'));
}