public static function PagePreviewTestCase::getInfo in Drupal 7
File
- modules/
node/ node.test, line 451 - Tests for node.module.
Class
- PagePreviewTestCase
- Tests the node entity preview functionality.
Code
public static function getInfo() {
return array(
'name' => 'Node preview',
'description' => 'Test node preview functionality.',
'group' => 'Node',
);
}