public function EncryptPortability::setUp in Encrypt 7.2
Same name and namespace in other branches
- 7.3 encrypt.test \EncryptPortability::setUp()
Enable encrypt module.
Overrides DrupalWebTestCase::setUp
File
- ./
encrypt.test, line 103 - Tests for the project Encrypt.
Class
- EncryptPortability
- Various tests that ensure our encrypted data is portable.
Code
public function setUp() {
parent::setUp('encrypt');
}