public static function ImageFileMoveTest::getInfo

File

drupal/modules/simpletest/tests/image.test, line 543
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',
  );
}