public static function AuthcacheCommerceTest::getInfo in Authenticated User Page Caching (Authcache) 7.2
File
- modules/
authcache_commerce/ authcache_commerce.test, line 23 - Test cases for the Authcache Commerce module.
Class
- AuthcacheCommerceTest
- Tests for markup substitution.
Code
public static function getInfo() {
return array(
'name' => 'Commerce Cart',
'description' => 'Test markup substitution and fragment generation for Commerce',
'group' => 'Authcache Commerce',
);
}