function NodeBulkFormTest::tearDown
File
-
core/
modules/ node/ tests/ src/ Unit/ Plugin/ views/ field/ NodeBulkFormTest.php, line 23
Class
- NodeBulkFormTest
- @coversDefaultClass \Drupal\node\Plugin\views\field\NodeBulkForm[[api-linebreak]] @group node
Namespace
Drupal\Tests\node\Unit\Plugin\views\fieldCode
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.