[Form] AbstractLayoutTest - fix DOMDocument casing

This commit is contained in:
Tomáš Votruba 2018-01-07 00:30:09 +01:00 committed by GitHub
parent 05adcd07bd
commit a93861fef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ abstract class AbstractLayoutTest extends FormIntegrationTestCase
protected function assertMatchesXpath($html, $expression, $count = 1)
{
$dom = new \DomDocument('UTF-8');
$dom = new \DOMDocument('UTF-8');
try {
// Wrap in <root> node so we can load HTML with multiple tags at
// the top level