You are here

public static function TextimagePregMatchTestCase::getInfo in Textimage 7.3

Same name and namespace in other branches
  1. 7.2 tests/textimage_preg_match.test \TextimagePregMatchTestCase::getInfo()

Get info.

File

tests/textimage_preg_match.test, line 15
Textimage - unit test case script.

Class

TextimagePregMatchTestCase
Checks that drupal_preg_match() function works as expected.

Code

public static function getInfo() {
  return array(
    'name' => 'UTF-8 character-based variant of preg_match()',
    'description' => 'Unit tests for the UTF-8 character-based wrapper of the preg_match() function.',
    'group' => 'Textimage',
  );
}