You are here

public static function Fast404LocaleTestCase::getInfo in Fast 404 7

File

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

Class

Fast404LocaleTestCase
Class Fast404LocaleTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Fast 404 Locale',
    'description' => 'Test locale integration.',
    'group' => 'Fast 404',
  );
}