File
- drupal/core/modules/node/lib/Drupal/node/Tests/PagePreviewTest.php, line 24
- Definition of Drupal\node\Tests\PagePreviewTest.
Class
- PagePreviewTest
- Tests the node entity preview functionality.
Namespace
Drupal\node\Tests
Code
public static function getInfo() {
return array(
'name' => 'Node preview',
'description' => 'Test node preview functionality.',
'group' => 'Node',
);
}