function BulkFormTest::tearDown

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

File

core/modules/views/tests/src/Unit/Plugin/views/field/BulkFormTest.php, line 25

Class

BulkFormTest
@coversDefaultClass <a href="/api/drupal/core%21modules%21views%21src%21Plugin%21views%21field%21BulkForm.php/class/BulkForm/11.x" title="Defines an actions-based bulk operation form element." class="local">\Drupal\views\Plugin\views\field\BulkForm</a> @group Views

Namespace

Drupal\Tests\views\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.