You are here

public static function TagadelicTestCase::getInfo in Tagadelic 7.2

getInfo sets information about this test

@scope public static @returns Array Descriptive array for this test

File

tests/tagadelic.test, line 10

Class

TagadelicTestCase

Code

public static function getInfo() {
  return array(
    "name" => "Tagadelic Test",
    "description" => "Tests if Tagadelic correctly adds the libraries",
    "group" => "Tagadelic",
  );
}