You are here

public function ChartsTypeInfoTest::tearDown in Charts 8.3

File

tests/src/Unit/Settings/ChartsTypeInfoTest.php, line 38

Class

ChartsTypeInfoTest
Tests the ChartsTypeInfo class.

Namespace

Drupal\Tests\charts\Unit\Settings

Code

public function tearDown() {
  parent::tearDown();
  $this->chartsTypeInfo = NULL;
  $container = new ContainerBuilder();
  \Drupal::setContainer($container);
}