You are here

public static function SystemTestFileTransfer::factory in Drupal 7

File

modules/simpletest/tests/system_test.module, line 437

Class

SystemTestFileTransfer
Mock FileTransfer object to test the settings form functionality.

Code

public static function factory() {
  return new SystemTestFileTransfer();
}