You are here

public function SecureSiteScriptDigestMD5UnitTest::tearDown in Secure Site 7.2

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

Implements tearDown().

Overrides DrupalWebTestCase::tearDown

File

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

Class

SecureSiteScriptDigestMD5UnitTest
Unit tests for digest_md5.php.

Code

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