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

(cherry picked from commit e1f5186b43f94d829cac154476dd6708d34f1f48)
8.7.x
Alex Pott 2019-07-01 15:56:48 +01:00
parent f2117cdc0d
commit 1f8ae1386b
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 1 additions and 1 deletions

View File

@ -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);