function PageExampleTestCase::getInfo
File
-
page_example/
page_example.test, line 22
Class
- PageExampleTestCase
- Functional tests for the Page Example module.
Code
public static function getInfo() {
return array(
'name' => 'Page example functionality',
'description' => 'Creates page and render the content based on the arguments passed in the URL.',
'group' => 'Examples',
);
}