function FileScanDirectoryTest::getInfo
1 call to FileScanDirectoryTest::getInfo()
- RemoteFileScanDirectoryTest::getInfo in modules/simpletest/ tests/ file.test 
1 method overrides FileScanDirectoryTest::getInfo()
- RemoteFileScanDirectoryTest::getInfo in modules/simpletest/ tests/ file.test 
File
- 
              modules/simpletest/ tests/ file.test, line 1260 
Class
- FileScanDirectoryTest
- Tests the file_scan_directory() function.
Code
public static function getInfo() {
  return array(
    'name' => 'File scan directory',
    'description' => 'Tests the file_scan_directory() function.',
    'group' => 'File API',
  );
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
