You are here

public function TfaRecoveryCodePluginTest::testEnableValidationPlugin in Two-factor Authentication (TFA) 8

Test that we can enable the plugin.

File

tests/src/Functional/TfaRecoveryCodePluginTest.php, line 93

Class

TfaRecoveryCodePluginTest
Class TfaRecoveryCodeSetupPluginTest.

Namespace

Drupal\Tests\tfa\Functional

Code

public function testEnableValidationPlugin() {
  $this
    ->canEnableValidationPlugin($this->validationPluginId);
}