public static function DrupalTagsHandlingTestCase::getInfo

File

drupal/modules/simpletest/tests/common.test, line 617
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',
  );
}