Debug
in package
This class is used only when Codeception is executed in `--debug` mode.
In other cases method of this class won't be seen.
Table of Contents
Properties
Methods
- confirm() : mixed
- debug() : mixed
- Prints data to screen. Message can be any time of data
- isEnabled() : mixed
- setOutput() : mixed
Properties
$output
protected
static Output
$output
= null
null
Methods
confirm()
public
static confirm(mixed $question) : mixed
Parameters
- $question : mixed
debug()
Prints data to screen. Message can be any time of data
public
static debug(mixed $message) : mixed
Parameters
- $message : mixed
isEnabled()
public
static isEnabled() : mixed
setOutput()
public
static setOutput(Output $output) : mixed
Parameters
- $output : Output