You are here

public static function Fast404ExtensionTestCase::getInfo in Fast 404 7

File

./fast_404.test, line 15
Tests for fast_404.module.

Class

Fast404ExtensionTestCase
Class Fast404ExtensionTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Fast 404 Extension Check',
    'description' => 'Test fast 404 extension checking.',
    'group' => 'Fast 404',
  );
}