File
- drupal/core/modules/system/lib/Drupal/system/Tests/Common/ValidNumberStepUnitTest.php, line 16
- Definition of Drupal\system\Tests\Common\ValidNumberStepUnitTest.
Class
- ValidNumberStepUnitTest
- Tests number step validation by valid_number_step().
Namespace
Drupal\system\Tests\Common
Code
public static function getInfo() {
return array(
'name' => 'Number step validation',
'description' => 'Tests number step validation by valid_number_step()',
'group' => 'Common',
);
}