You are here

public static function PageTitleViewsTestCase::getInfo in Page Title 6.2

File

tests/page_title_views_test.test, line 9
Test case to make sure Views & Page Title play nicely

Class

PageTitleViewsTestCase
@file Test case to make sure Views & Page Title play nicely

Code

public static function getInfo() {
  return array(
    'name' => 'page_title_views_test',
    'description' => 'Ensure Views & Page Title play together nicely',
    'group' => 'Page Title',
  );
}