You are here

public static function DrupalTagsHandlingTestCase::getInfo in Drupal 7

File

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