public static function ActiveTest::getInfo

File

drupal/core/modules/field/lib/Drupal/field/Tests/ActiveTest.php, line 19
Definition of Drupal\field\Tests\ActiveTest.

Class

ActiveTest

Namespace

Drupal\field\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Field active test',
    'description' => 'Test that fields are properly marked active or inactive.',
    'group' => 'Field API',
  );
}