You are here

protected function CommerceWebDriverTestBase::tearDown in Commerce Core 8.2

Overrides WebDriverTestBase::tearDown

File

tests/src/FunctionalJavascript/CommerceWebDriverTestBase.php, line 93

Class

CommerceWebDriverTestBase
Provides a base class for Commerce functional tests.

Namespace

Drupal\Tests\commerce\FunctionalJavascript

Code

protected function tearDown() {
  parent::tearDown();
  $this
    ->restoreErrorHandler();
}