updated core to 8.6.1 via composer
This commit is contained in:
@@ -67,7 +67,7 @@ class TelephoneItem extends FieldItemBase {
|
||||
'Length' => [
|
||||
'max' => $max_length,
|
||||
'maxMessage' => t('%name: the telephone number may not be longer than @max characters.', ['%name' => $this->getFieldDefinition()->getLabel(), '@max' => $max_length]),
|
||||
]
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
||||
|
||||
@@ -5,4 +5,4 @@ package: Field types
|
||||
version: VERSION
|
||||
core: 8.x
|
||||
dependencies:
|
||||
- field
|
||||
- drupal:field
|
||||
|
||||
@@ -21,7 +21,7 @@ class TelephoneFieldTest extends BrowserTestBase {
|
||||
public static $modules = [
|
||||
'field',
|
||||
'node',
|
||||
'telephone'
|
||||
'telephone',
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user