public static function DrupalTagsHandlingTestCase::getInfo in SimpleTest 7
File
- tests/
common.test, line 407 - Tests for common.inc functionality.
Class
- DrupalTagsHandlingTestCase
- Test drupal_explode_tags() and drupal_implode_tags().
Code
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',
);
}