getLogs() getLogs() : string[] This must return the log messages in order. The simple formatting of the messages is: "<LOG LEVEL> <MESSAGE>". Example ->error('Foo') would yield "error Foo". Returns string[] —
testLogsAtAllLevels() testLogsAtAllLevels(mixed $level, mixed $message) : mixed Parameters mixed $level mixed $message Returns mixed —
testContextExceptionKeyCanBeExceptionOrOtherValues() testContextExceptionKeyCanBeExceptionOrOtherValues() : mixed Returns mixed —