You are here

function SecureSiteScriptStoredPasswordsUnitTest::tearDown in Secure Site 6.2

Same name and namespace in other branches
  1. 7.2 securesite.test \SecureSiteScriptStoredPasswordsUnitTest::tearDown()

Implementation of tearDown().

Overrides DrupalWebTestCase::tearDown

File

./securesite.test, line 218
Tests for Secure Site module.

Class

SecureSiteScriptStoredPasswordsUnitTest
Unit tests for stored_passwords.php.

Code

function tearDown() {
  exec("{$this->stored_passwords} {$this->realm_arg} op=delete");
  parent::tearDown();
}