You are here

public function EncryptTest::setUp in Encrypt 6

Set Up

Overrides DrupalWebTestCase::setUp

File

./encrypt.test, line 27
Tests for Encrypt.

Class

EncryptTest
Test Class for Encrypt

Code

public function setUp() {

  // Enable any modules required for the test
  parent::setUp('encrypt');
}