public static function Fast404PathTestCase::getInfo in Fast 404 7
File
- ./
fast_404.test, line 61 - Tests for fast_404.module.
Class
- Fast404PathTestCase
- Class Fast404PathTestCase
Code
public static function getInfo() {
return array(
'name' => 'Fast 404 Path Check',
'description' => 'Test fast 404 path matching and blocking functionality.',
'group' => 'Fast 404',
);
}