| @@ 66-72 (lines=7) @@ | ||
| 63 | * |
|
| 64 | * @return void |
|
| 65 | */ |
|
| 66 | public function setUp() { |
|
| 67 | parent::setUp(); |
|
| 68 | ||
| 69 | $this->_createShellMock( |
|
| 70 | array('in', 'out', 'hr', 'createFile', 'error', 'err', '_stop', '_showInfo', 'dispatchShell', '_getSeederTasks') |
|
| 71 | ); |
|
| 72 | } |
|
| 73 | ||
| 74 | /** |
|
| 75 | * Creates a shell mock |
|
| @@ 47-53 (lines=7) @@ | ||
| 44 | * |
|
| 45 | * @return void |
|
| 46 | */ |
|
| 47 | public function setUp() { |
|
| 48 | parent::setUp(); |
|
| 49 | ||
| 50 | $this->_createShellMock( |
|
| 51 | array('in', 'out', 'hr', 'createFile', 'error', 'err', '_stop', '_showInfo', 'dispatchShell', '_getSeederTasks') |
|
| 52 | ); |
|
| 53 | } |
|
| 54 | ||
| 55 | /** |
|
| 56 | * Creates a shell mock |
|
| @@ 181-187 (lines=7) @@ | ||
| 178 | * |
|
| 179 | * @return void |
|
| 180 | */ |
|
| 181 | public function setUp() { |
|
| 182 | parent::setUp(); |
|
| 183 | ||
| 184 | $this->_createShellMock( |
|
| 185 | array('in', 'out', 'hr', 'createFile', 'error', 'err', '_stop', '_showInfo', 'dispatchShell', '_getParameter') |
|
| 186 | ); |
|
| 187 | } |
|
| 188 | ||
| 189 | /** |
|
| 190 | * Creates a shell mock |
|