You are here

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

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

File

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

Class

PageExampleTestCase
@file Test case for Testing 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',
  );
}