You are here

public static function PageExampleTestCase::getInfo in Examples for Developers 7

Same name and namespace in other branches
  1. 6 page_example/page_example.test \PageExampleTestCase::getInfo()

File

page_example/page_example.test, line 22
Test case for Testing the page example module.

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',
  );
}