public static function ApeTestHelper::getInfo in Advanced Page Expiration 7
Register advanced page expiration tests with system.
File
- ./
ape.test, line 15 - Test integration for the advanced page expiration module.
Class
- ApeTestHelper
- Helper test class with some added functions for testing.
Code
public static function getInfo() {
return array(
'name' => 'Advanced page expiration tests',
'description' => 'Test cache-control header is set correctly after configuration.',
'group' => 'Advanced page expiration',
);
}