You are here

function MockTestConnection::run in SimpleTest 7

File

tests/filetransfer.test, line 159

Class

MockTestConnection
Mock connection object for test case.

Code

function run($cmd) {
  $this->commandsRun[] = $cmd;
}