You are here

protected function WebformSubmissionBulkFormTest::tearDown in Webform 8.5

Same name and namespace in other branches
  1. 6.x tests/src/Unit/Plugin/views/field/WebformSubmissionBulkFormTest.php \Drupal\Tests\webform\Unit\Plugin\views\field\WebformSubmissionBulkFormTest::tearDown()

File

tests/src/Unit/Plugin/views/field/WebformSubmissionBulkFormTest.php, line 23

Class

WebformSubmissionBulkFormTest
Tests webform submission bulk form actions.

Namespace

Drupal\Tests\webform\Unit\Plugin\views\field

Code

protected function tearDown() {
  parent::tearDown();
  $container = new ContainerBuilder();
  \Drupal::setContainer($container);
}