public static function BulkPhotoNodesTestCase::getInfo in Bulk File Nodes 7
Show the test on the at the tests page.
File
- tests/
bulk_photo_nodes.test, line 27 - Tests for the bulk_photo_nodes module.
Class
- BulkPhotoNodesTestCase
- Tests the functionality of the bulk_photo_nodes module.
Code
public static function getInfo() {
return array(
'name' => 'Bulk Photo Nodes functionality',
'description' => 'Tests bulk_photo_nodes content type form.',
'group' => 'BulkPhotoNodes',
);
}