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\FunctionalCode
public function testAmpersand() {
$this
->checkString("blable&blu");
}