Issue #3042223 follow-up by alexpott: Map text_plain field formatter to string
parent
9e354b8f4f
commit
834c814891
|
@ -39,7 +39,7 @@ class TextFieldTest extends UnitTestCase {
|
|||
* @covers ::getFieldType
|
||||
* @dataProvider getFieldFormatterTypeProvider
|
||||
*/
|
||||
public function testGetFieldType(string $type, string $formatter_type, string $expected) {
|
||||
public function testGetFieldType($type, $formatter_type, $expected) {
|
||||
$row = new Row();
|
||||
$row->setSourceProperty('type', $type);
|
||||
$row->setSourceProperty('formatter/type', $formatter_type);
|
||||
|
|
Loading…
Reference in New Issue