You are here

protected function CommentBulkFormTest::tearDown in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php \Drupal\Tests\comment\Unit\Plugin\views\field\CommentBulkFormTest::tearDown()
  2. 10 core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php \Drupal\Tests\comment\Unit\Plugin\views\field\CommentBulkFormTest::tearDown()

File

core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php, line 20

Class

CommentBulkFormTest
@coversDefaultClass \Drupal\comment\Plugin\views\field\CommentBulkForm @group comment

Namespace

Drupal\Tests\comment\Unit\Plugin\views\field

Code

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