You are here

function ResourceStreamCrossingTestCase::getInfo in D7 Media 6

File

resource/tests/ResourceStream.test, line 201
This provides SimpleTests for the core stream wrapper functionality.

Class

ResourceStreamCrossingTestCase

Code

function getInfo() {
  return array(
    'name' => t('Cross Scheme public:// and private://'),
    'description' => t('Tests basic php stream functions fori moving files between public:// and private://.'),
    'group' => t('Resource'),
  );
}