You are here

function LazyloaderTestBase::tearDown in Image Lazyloader 7.2

Delete created files and temporary files directory, delete the tables created by setUp(), and reset the database prefix.

Overrides DrupalWebTestCase::tearDown

File

tests/lazyloader_test_base.test, line 63

Class

LazyloaderTestBase
Test case for typical lazyloader tests.

Code

function tearDown() {
  parent::tearDown();
  lazyloader_uninstall();
}