function TestBase::tearDown

Performs cleanup tasks after each individual test method has been run.

3 calls to TestBase::tearDown()
KernelTestBase::tearDown in core/modules/simpletest/src/KernelTestBase.php
Performs cleanup tasks after each individual test method has been run.
TestBase::run in core/modules/simpletest/src/TestBase.php
Run all tests in this class.
WebTestBase::tearDown in core/modules/simpletest/src/WebTestBase.php
Cleans up after testing.
2 methods override TestBase::tearDown()
KernelTestBase::tearDown in core/modules/simpletest/src/KernelTestBase.php
Performs cleanup tasks after each individual test method has been run.
WebTestBase::tearDown in core/modules/simpletest/src/WebTestBase.php
Cleans up after testing.

File

core/modules/simpletest/src/TestBase.php, line 1194

Class

TestBase
Base class for Drupal tests.

Namespace

Drupal\simpletest

Code

protected function tearDown() {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.