You are here

function CasGatewayTestCase::setUp in CAS 6.3

Same name and namespace in other branches
  1. 7 cas.test \CasGatewayTestCase::setUp()

Helper class for CAS tests.

Creates an administrative user and downloads phpCAS.

Overrides CasTestHelper::setUp

File

./cas.test, line 702
Tests for cas.module.

Class

CasGatewayTestCase
Test case for CAS gateway feature.

Code

function setUp() {
  parent::setUp();
  variable_set('cas_check_first', TRUE);
}