public static function FileUnmanagedCopyTest::getInfo

2 calls to FileUnmanagedCopyTest::getInfo()
RemoteFileUnmanagedCopyTest::getInfo in drupal-7.x/modules/simpletest/tests/file.test
RemoteFileUnmanagedCopyTest::getInfo in drupal-7.x/modules/simpletest/tests/file.test
1 method overrides FileUnmanagedCopyTest::getInfo()
RemoteFileUnmanagedCopyTest::getInfo in drupal-7.x/modules/simpletest/tests/file.test

Archivo

drupal-7.x/modules/simpletest/tests/file.test, line 1431
This provides SimpleTests for the core file handling functionality. These include FileValidateTest and FileSaveTest.

Class

FileUnmanagedCopyTest
Unmanaged copy related tests.

Código

public static function getInfo() {
  return array(
    'name' => 'Unmanaged file copying',
    'description' => 'Tests the unmanaged file copy function.',
    'group' => 'File API',
  );
}