public static function NodePageDisableFunctionalTest::getInfo in Node Page Disable 7
Same name and namespace in other branches
- 6 node_page_disable.test \NodePageDisableFunctionalTest::getInfo()
File
- ./
node_page_disable.test, line 12 - Tests for node_page_disable.module.
Class
- NodePageDisableFunctionalTest
- Functional Tests for the node_page_disable.
Code
public static function getInfo() {
return array(
'name' => 'Functional Tests',
'description' => 'Test the node_page_disable module.',
'group' => 'Node Page Disable',
);
}