You are here

public function RemoveHtmlCommentsTest::testGetName in Twig - Remove HTML comments 8

@covers ::getName

File

tests/Unit/RemoveHtmlCommentsTest.php, line 37

Class

RemoveHtmlCommentsTest
Tests the RemoveHtmlComments class.

Namespace

Drupal\Tests\twig_remove_html_comments\Unit

Code

public function testGetName() : void {
  $this
    ->assertTrue(!empty($this->removeHtmlComments
    ->getName()));
}