|
| $collectedOutput = '' |
|
| $numberOfFlushCalls = 0 |
|
Tx_Phpunit_Service_FakeOutputService::flushOutputBuffer |
( |
| ) |
|
Does not really flush the output buffer, but just counts the number of calls to this function.
- Returns
- void
Tx_Phpunit_Service_FakeOutputService::getCollectedOutput |
( |
| ) |
|
Returns the collected output from all calls to output.
- Returns
- string the collected output, might be empty
Tx_Phpunit_Service_FakeOutputService::getNumberOfFlushCalls |
( |
| ) |
|
Returns how often flushOutputBuffer already has been called for this instance.
- Returns
- integer the number of calls, will be >= 0
Tx_Phpunit_Service_FakeOutputService::output |
( |
|
$output | ) |
|
Collects $output, but does not actually echo it.
- Parameters
-
string | $output | a string to store, may be empty |
- Returns
- void
The documentation for this class was generated from the following file:
- Classes/Service/FakeOutputService.php