You are here

public function MetatagStringTest::testAmpersand in Metatag 8

Tests that a meta tag with an ampersand is not double escaped.

File

tests/src/Functional/MetatagStringTest.php, line 100

Class

MetatagStringTest
Ensures that the Metatag field works correctly.

Namespace

Drupal\Tests\metatag\Functional

Code

public function testAmpersand() {
  $this
    ->checkString("blable&blu");
}