function StreamWrapperTest::getInfo

File

modules/simpletest/tests/file.test, line 2986

Class

StreamWrapperTest
Tests stream wrapper functions.

Code

public static function getInfo() {
    return array(
        'name' => 'Stream wrappers',
        'description' => 'Tests stream wrapper functions.',
        'group' => 'File API',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.