function 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[[api-linebreak]] @group comment

Namespace

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

Code

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

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