You are here

function SecureSiteFunctionUserLoadUnitTest::tearDown in Secure Site 6.2

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

Implementation of tearDown().

Overrides DrupalWebTestCase::tearDown

File

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

Class

SecureSiteFunctionUserLoadUnitTest
Unit tests for user_load().

Code

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