public static function DrupalTagsHandlingTestCase::getInfo
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ common.test, line 538 - Tests for common.inc functionality.
Class
- DrupalTagsHandlingTestCase
- Test drupal_explode_tags() and drupal_implode_tags().
Código
public static function getInfo() {
return array(
'name' => 'Drupal tags handling',
'description' => "Performs tests on Drupal's handling of tags, both explosion and implosion tactics used.",
'group' => 'System',
);
}