You are here

public static function Fast404CustomReponseTestCase::getInfo in Fast 404 7

File

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

Class

Fast404CustomReponseTestCase
Class Fast404CustomReponseTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Fast 404 Custom Response',
    'description' => 'Tests custom responses provided by the module.',
    'group' => 'Fast 404',
  );
}