You are here

public function MostPopularTestCase::getInfo in Drupal Most Popular 7

File

./mostpopular.test, line 11
Tests for the core mostpopular functionality.

Class

MostPopularTestCase
@file Tests for the core mostpopular functionality.

Code

public function getInfo() {
  return array(
    'name' => 'Most Popular Core',
    'description' => 'Tests most popular core functionality.',
    'group' => 'Most Popular',
  );
}