You are here

public static function SmileyFilterWebTestCase::getInfo in Smiley 7

Return information about test case.

File

./smiley.test, line 26
Tests for Smiley module.

Class

SmileyFilterWebTestCase
Web test for smiley module to test the main regex expression for all possible situations to make sure it always works properly.

Code

public static function getInfo() {
  return array(
    'name' => 'Smiley Filter unit tests',
    'description' => 'Unit tests for testing the main regex expression of the module (smiley_filter_process function).',
    'group' => 'Smiley',
  );
}