diff --git a/core/modules/field/src/Tests/Number/NumberFieldTest.php b/core/modules/field/src/Tests/Number/NumberFieldTest.php index 8ec3b00..a52f0e2 100644 --- a/core/modules/field/src/Tests/Number/NumberFieldTest.php +++ b/core/modules/field/src/Tests/Number/NumberFieldTest.php @@ -445,7 +445,7 @@ function testNumberFormatter() { 'entity_type' => 'node', 'bundle' => $type, 'settings' => array( - 'format_plural_string' => $prefix . '@count' . $suffix; + 'format_plural_string' => $prefix . '@count' . $suffix, ), ))->save(); @@ -454,7 +454,7 @@ function testNumberFormatter() { 'entity_type' => 'node', 'bundle' => $type, 'settings' => array( - 'format_plural_string' => $prefix . '@count' . $suffix; + 'format_plural_string' => $prefix . '@count' . $suffix, ), ))->save();