public static function ImageFileMoveTest::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ image.test, line 545 - Tests for core image handling API.
Class
- ImageFileMoveTest
- Tests the file move function for managed files.
Code
public static function getInfo() {
return array(
'name' => 'Image moving',
'description' => 'Tests the file move function for managed files.',
'group' => 'Image',
);
}