function DrupalGetQueryArrayTestCase::getInfo
File
-
modules/
simpletest/ tests/ common.test, line 3368
Class
- DrupalGetQueryArrayTestCase
- Tests the functionality of drupal_get_query_array().
Code
public static function getInfo() {
return array(
'name' => 'Query parsing using drupal_get_query_array()',
'description' => 'Tests that drupal_get_query_array() correctly parses query parameters.',
'group' => 'System',
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.