You are here

public static function AuthcachePanelsPageManagerTest::getInfo in Authenticated User Page Caching (Authcache) 7.2

File

modules/authcache_panels_page_manager/authcache_panels_page_manager.test, line 19
Test cases for the Authcache PanelsPageManager module.

Class

AuthcachePanelsPageManagerTest
Tests for markup substitution.

Code

public static function getInfo() {
  return array(
    'name' => 'Authcache Panels by Page Manager',
    'description' => 'Test markup substitution and fragment generation for Panels by Page Manager',
    'group' => 'Authcache Panels by Page Manager',
  );
}