mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
FIX Allow HTML 5 input tags in FunctionalTest form submissions
This commit is contained in:
parent
81150c5922
commit
44930f211b
2
thirdparty/simpletest/page.php
vendored
2
thirdparty/simpletest/page.php
vendored
@ -94,7 +94,7 @@ class SimpleTagBuilder {
|
|||||||
$tag_class = $map[$type];
|
$tag_class = $map[$type];
|
||||||
return new $tag_class($attributes);
|
return new $tag_class($attributes);
|
||||||
}
|
}
|
||||||
return false;
|
return new SimpleTextTag($attributes);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user