Skip to content
Snippets Groups Projects
Unverified Commit 1f8ae138 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3042223 follow-up by alexpott: Map text_plain field formatter to string

(cherry picked from commit e1f5186b43f94d829cac154476dd6708d34f1f48)
parent f2117cdc
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ public function getFieldFormatterTypeProvider() {
* @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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment