updated core to 8.6.1 via composer

This commit is contained in:
2018-09-12 13:58:26 +02:00
parent a9a219f2ed
commit ea56b9fba3
4443 changed files with 112098 additions and 40708 deletions
@@ -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]),
]
],
],
]);
+1 -1
View File
@@ -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',
];
/**