You are here

protected function CommerceKernelTestBase::tearDown in Commerce Core 8.2

Overrides KernelTestBase::tearDown

File

tests/src/Kernel/CommerceKernelTestBase.php, line 74

Class

CommerceKernelTestBase
Provides a base class for Commerce kernel tests.

Namespace

Drupal\Tests\commerce\Kernel

Code

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