public function TfaBasicTestCase::testTfaBasic in TFA Basic plugins 7
File
- tests/
tfa_basic.test, line 56 - tfa_basic.test. Drupal test cases for TFA basic plugins.
Class
- TfaBasicTestCase
- Tests the functionality of the TFA basic plugins.
Code
public function testTfaBasic() {
// Use one test function to allow accounts to carry through testing.
$this
->_testAppAndRecoverySetup();
$this
->_testAdminDisable();
}