You are here

public function TwigColorTest::tearDown in Twig Tools 8

Unset the test object.

File

tests/src/Unit/TwigColorTest.php, line 172

Class

TwigColorTest
Tests to ensure color convert filters work correctly.

Namespace

Drupal\Tests\twig_tools\Unit

Code

public function tearDown() {
  unset($this->twigTools, $this->twig);
}