Method |
Description |
|
__construct ( $testCase ) |
|
|
assertInLogs ( string $expected, $errorMsg = "Expected to find '%s' in logs:
%s" ) : void |
Asserts that the log buffer contains specified message |
|
assertNotInLogs ( $message, $errorMsg = "Unexpected string '%s' found in logs:
%s" ) : void |
Asserts that the log buffer does NOT contain specified message |
|
getLines ( ) : array |
Get all outputted lines |
|
resetLogs ( ) : void |
Cleanup previous logs |
|
stderr ( string $msg, string $status = self::STATUS_FAIL ) : Phrozn\Outputter |
Writes the message $msg to STDERR. |
|
stdout ( $msg, string $status = self::STATUS_OK ) : Phrozn\Outputter |
Add line to output |
|