mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #7726 from dhensby/pulls/3.5/functionaltest-html5-forms
FIX Allow HTML 5 input tags in FunctionalTest form submissions
This commit is contained in:
commit
677336fbef
2
thirdparty/simpletest/page.php
vendored
2
thirdparty/simpletest/page.php
vendored
@ -94,7 +94,7 @@ class SimpleTagBuilder {
|
||||
$tag_class = $map[$type];
|
||||
return new $tag_class($attributes);
|
||||
}
|
||||
return false;
|
||||
return new SimpleTextTag($attributes);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user