You are here

function EncryptEncryptDecryptTest::setUp in Encrypt 7.3

Same name and namespace in other branches
  1. 7 encrypt.test \EncryptEncryptDecryptTest::setUp()
  2. 7.2 encrypt.test \EncryptEncryptDecryptTest::setUp()

Enable encrypt module.

Overrides DrupalWebTestCase::setUp

File

./encrypt.test, line 24
Tests for encrypt.module

Class

EncryptEncryptDecryptTest
Test basic encryption and decryption.

Code

function setUp() {
  parent::setUp('encrypt');
}