public function TfaConfigTest::testTfaConfigForm in Two-factor Authentication (TFA) 8
Test to check if configurations are working as desired.
File
- tests/
src/ Functional/ TfaConfigTest.php, line 66
Class
- TfaConfigTest
- Tests the Tfa UI.
Namespace
Drupal\Tests\tfa\FunctionalCode
public function testTfaConfigForm() {
$this
->canEnableValidationPlugin('tfa_test_plugins_validation');
}