You are here

public function OGMTHookTest::tearDown in Open Graph meta tags 7

Same name and namespace in other branches
  1. 6 tests/Hooks.test \OGMTHookTest::tearDown()

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

Overrides OGMTTestBase::tearDown

File

tests/Hooks.test, line 24

Class

OGMTHookTest
Tests for Open Graph meta tags hook tests.

Code

public function tearDown() {
  module_disable(array(
    'opengraph_meta_test_module',
  ));
  parent::tearDown();
}