You are here

public function SecureSiteScriptStoredPasswordsUnitTest::tearDown in Secure Site 7.2

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

Implements tearDown().

Overrides DrupalWebTestCase::tearDown

File

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

Class

SecureSiteScriptStoredPasswordsUnitTest
Unit tests for stored_passwords.php.

Code

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