public function MetatagStringTest::testDoubleQuote in Metatag 8
Tests that a meta tag with a double quote is not double escaped.
File
- tests/
src/ Functional/ MetatagStringTest.php, line 93
Class
- MetatagStringTest
- Ensures that the Metatag field works correctly.
Namespace
Drupal\Tests\metatag\FunctionalCode
public function testDoubleQuote() {
$this
->checkString('bla"bleblu');
}