public static function FieldImportChangeTest::getInfo

File

drupal/core/modules/field/lib/Drupal/field/Tests/FieldImportChangeTest.php, line 22
Contains \Drupal\field\Tests\FieldImportChangeTest.

Class

FieldImportChangeTest
Tests updating fields and instances as part of config import.

Namespace

Drupal\field\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Field config change tests',
    'description' => 'Update field and instances during config change method invocation.',
    'group' => 'Field API',
  );
}