1.20.x file_test.module file_test_autoload_info()

Implements hook_autoload_info().

File

modules/simpletest/tests/file_test.module, line 432
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',
  );
}