You are here

protected function EncryptionTest::setUp in Ubercart 8.4

Overrides BrowserTestBase::setUp

File

uc_store/tests/src/Functional/EncryptionTest.php, line 31

Class

EncryptionTest
Tests the encryption and decryption of strings.

Namespace

Drupal\Tests\uc_store\Functional

Code

protected function setUp() {
  parent::setUp();
  $this->crypt = \Drupal::service('uc_store.encryption');
}