function UCRestrictQtyFunctionalTest::tearDown in Ubercart Restrict Qty 7
Same name and namespace in other branches
- 6.2 tests/uc_restrict_qty.test \UCRestrictQtyFunctionalTest::tearDown()
Implementation of tearDown().
Overrides DrupalWebTestCase::tearDown
File
- tests/
uc_restrict_qty.test, line 26 - UC Restrict Qty auto-tests.
Class
- UCRestrictQtyFunctionalTest
- @file UC Restrict Qty auto-tests.
Code
function tearDown() {
parent::tearDown();
}