FIX Allow HTML 5 input tags in FunctionalTest form submissions

This commit is contained in:
Daniel Hensby 2017-12-21 17:34:09 +00:00
parent 81150c5922
commit 44930f211b
No known key found for this signature in database
GPG Key ID: B00D1E9767F0B06E
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class SimpleTagBuilder {
$tag_class = $map[$type];
return new $tag_class($attributes);
}
return false;
return new SimpleTextTag($attributes);
}
/**