function NumberFieldTestCase::getInfo

File

modules/field/modules/number/number.test, line 16

Class

NumberFieldTestCase
Tests for number field types.

Code

public static function getInfo() {
    return array(
        'name' => 'Number field',
        'description' => 'Test the creation of number fields.',
        'group' => 'Field types',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.