You are here

public static function SimpleTestURLTestCase::getInfo in SimpleTest 7

Same name and namespace in other branches
  1. 7.2 simpletest.test \SimpleTestURLTestCase::getInfo()

File

./simpletest.test, line 276

Class

SimpleTestURLTestCase
Test internal testing framework URL handling.

Code

public static function getInfo() {
  return array(
    'name' => 'SimpleTest URL handling',
    'description' => 'Test the URL handling in the testing framework.',
    'group' => 'SimpleTest',
  );
}