static function PublicationDateTestCase::getInfo in Publication Date 7        
                          
                  
                        Same name and namespace in other branches
- 7.2 tests/publication_date.test \PublicationDateTestCase::getInfo()
File
 
   - tests/publication_date.test, line 10
- Publication Date module tests.
Class
  
  - PublicationDateTestCase 
- @file
Publication Date module tests.
Code
static function getInfo() {
  return array(
    'name' => 'Published date setting test',
    'description' => 'Test to see the published_at values are working',
    'group' => 'Publication Date',
  );
}