You are here

public static function PublicationDateTestCase::getInfo in Publication Date 7.2

Same name and namespace in other branches
  1. 7 tests/publication_date.test \PublicationDateTestCase::getInfo()

Provide the test's meta information.

File

tests/publication_date.test, line 22
Publication Date module tests.

Class

PublicationDateTestCase
Test publication date functionality.

Code

public static function getInfo() {
  return array(
    'name' => 'Published date setting test',
    'description' => 'Test to see the published_at values are working',
    'group' => 'Publication Date',
  );
}