diff --git a/core/modules/text/tests/src/Unit/Plugin/migrate/field/d7/TextFieldTest.php b/core/modules/text/tests/src/Unit/Plugin/migrate/field/d7/TextFieldTest.php index 1db4423fd86..ff20defcf5d 100644 --- a/core/modules/text/tests/src/Unit/Plugin/migrate/field/d7/TextFieldTest.php +++ b/core/modules/text/tests/src/Unit/Plugin/migrate/field/d7/TextFieldTest.php @@ -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);