You are here

public function EncryptEncryptDecryptTest::setUp in Encrypt 7.2

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

Enable encrypt module.

Overrides DrupalWebTestCase::setUp

File

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

Class

EncryptEncryptDecryptTest
Test basic encryption and decryption.

Code

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