Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
filetransfer.test
»
MockTestConnection
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
function MockTestConnection::flushCommands
File
drupal/
modules/
simpletest/
tests/
filetransfer.test
, line 163
Class
MockTestConnection
Mock connection object for test case.
Code
function
flushCommands
() {
$out
=
$this
->
commandsRun
;
$this
->
commandsRun
=
array
();
return
$out
; }