public static function DrupalTagsHandlingTestCase::getInfo

7.x common.test public static DrupalTagsHandlingTestCase::getInfo()

File

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().

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'
  );
}