1 file_test.module file_test_autoload_info()

Implements hook_autoload_info().

File

core/modules/simpletest/tests/file_test.module, line 431
Helper module for the file tests.

Code

function file_test_autoload_info() {
  return array(
    'BackdropDummyStreamWrapper' => 'file_test.stream_wrappers.inc',
    'BackdropDummyRemoteStreamWrapper' => 'file_test.stream_wrappers.inc',
  );
}