public function OGMTHookTest::tearDown in Open Graph meta tags 6
Same name and namespace in other branches
- 7 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();
}